Html Css Color HEX #319BA9 Pelorous

📋 copy color: '#319BA9'

red 49 ◦ green 155 ◦ blue 169

#319BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #319BA9

Tints of Pelorous #319BA9

RGB

 RED value IS 49 (19.53% from 255) = 13.14%

 GREEN value IS 155 (60.94% from 255) = 41.55%

 BLUE value IS 169 (66.41% from 255) = 45.31%

R = 13.14%
G = 41.55%
B = 45.31%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#319BA9 (or 0x319BA9) is known color: Pelorous. HEX triplet: 31, 9B and A9. RGB value is (49,155,169). Sum of RGB (Red+Green+Blue) = 49+155+169=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #319BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319BA9 is #CE6456. Grayscale: #7C7C7C. Windows color (decimal): -13526103 or 11115313. OLE color: 11115313.

HSL color Cylindrical-coordinate representation of color #319BA9: hue angle of 187º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #319BA9 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 49 155 169 -
CMYK 0.71 0.08 0 0.34
HSL 187º 0.55% 0.43% -
HSV(B) 187º 0.71% 0.66% -
XYZ 20.15 26.96 41.68 -
YUV 124.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 49 155 169 0.71 0.08 0 0.34 187 0.55 0.43
Hex 31 9B A9 47 8 0 22 BB 37 2B
Octal 61 233 251 107 10 0 42 273 67 53
Binary 110001 10011011 10101001 1000111 1000 0 100010 10111011 110111 101011

Color Harmonies of #319BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BA9

Black with #319BA9

Text Example


Text Example

White with #319BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,155,169); }

 H1.HeaderClassName
 {
   color: #319BA9;
 }
 .AnyTagClassName
 {
   color: #319BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(49,155,169); }

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

border-color css

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

 span { border-color: rgb(49,155,169); }

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