#319CBA

Color #319CBA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #319CBA

Tints of Pelorous #319CBA

Color information

#319CBA (or 0x319CBA) is unknown color: approx Pelorous. HEX triplet: 31, 9C and BA. RGB value is (49,156,186). Sum of RGB (Red+Green+Blue) = 49+156+186=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #319CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CBA is #CE6345. Grayscale: #7F7F7F. Windows color (decimal): -13525830 or 12229681. OLE color: 12229681.

HSL color Cylindrical-coordinate representation of color #319CBA: hue angle of 193.14º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #319CBA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB49156186-
CMYK0.740.1600.27
HSL193.14º58.3%46.08%-
HSV(B)193.14º73.66%72.94%-
XYZ22.0227.9850.69-
YUV127.43161.0572.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 12.53%
GREEN value IS 156 (61.33% from 255) = 39.90%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=12.53%
G=39.90%
B=47.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491561860.740.1600.27193.1458.346.08
Hex319CBA4A1001Bc13a2e
Octal61234272112200333017256
Binary110001100111001011101010010101000001101111000001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319CBA; }

 p { color: rgb(49,156,186); }

 H1.HeaderClassName
 {
   color: #319CBA;
 }
 .AnyTagClassName
 {
   color: #319CBA;
 }
</style>
background-color css

<style>
 a { background-color: #319CBA; }

 a { background-color: rgb(49,156,186); }

 div.DivClassName
 {
   background-color: #319CBA;
 }
 .BgClassName
 {
   background-color: #319CBA;
 }
</style>
border-color css

<style>
 span { border-color: #319CBA; }

 span { border-color: rgb(49,156,186); }

 td.TdClassName
 {
   border-color: #319CBA;
 }
 .TagClassName
 {
   border-color: #319CBA;
 }
</style>