Html Css Color HEX #319AAB Pelorous

📋 copy color: '#319AAB'

red 49 ◦ green 154 ◦ blue 171

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

Shades of Pelorous #319AAB

Tints of Pelorous #319AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.18%

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 13.1%
G = 41.18%
B = 45.72%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#319AAB (or 0x319AAB) is known color: Pelorous. HEX triplet: 31, 9A and AB. RGB value is (49,154,171). Sum of RGB (Red+Green+Blue) = 49+154+171=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #319AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319AAB is #CE6554. Grayscale: #7C7C7C. Windows color (decimal): -13526357 or 11246129. OLE color: 11246129.

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

Color convert

RGB 49 154 171 -
CMYK 0.71 0.10 0 0.33
HSL 188.36º 0.55% 0.43% -
HSV(B) 188.36º 0.71% 0.67% -
XYZ 20.17 26.7 42.62 -
YUV 124.54 154.21 74.12 -
System Red Green Blue C M Y K H S L
Decimal 49 154 171 0.71 0.10 0 0.33 188.36 0.55 0.43
Hex 31 9A AB 47 A 0 21 BC 37 2B
Octal 61 232 253 107 12 0 41 274 67 53
Binary 110001 10011010 10101011 1000111 1010 0 100001 10111100 110111 101011

Color Harmonies of #319AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319AAB

Black with #319AAB

Text Example


Text Example

White with #319AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,154,171); }

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

background-color css

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

 a { background-color: rgb(49,154,171); }

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

border-color css

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

 span { border-color: rgb(49,154,171); }

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