#319DAC

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

Shades of Pelorous #319DAC

Tints of Pelorous #319DAC

Color information

#319DAC (or 0x319DAC) is unknown color: approx Pelorous. HEX triplet: 31, 9D and AC. RGB value is (49,157,172). Sum of RGB (Red+Green+Blue) = 49+157+172=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #319DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319DAC is #CE6253. Grayscale: #7E7E7E. Windows color (decimal): -13525588 or 11312433. OLE color: 11312433.

HSL color Cylindrical-coordinate representation of color #319DAC: hue angle of 187.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319DAC is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49157172-
CMYK0.720.0900.33
HSL187.32º55.66%43.33%-
HSV(B)187.32º71.51%67.45%-
XYZ20.7727.7543.29-
YUV126.42153.7272.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.96%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=12.96%
G=41.53%
B=45.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491571720.720.0900.33187.3255.6643.33
Hex319DAC489021bb382b
Octal61235254110110412737053
Binary110001100111011010110010010001001010000110111011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,157,172); }

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

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

 a { background-color: rgb(49,157,172); }

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

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

 span { border-color: rgb(49,157,172); }

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