Html Css Color HEX #319DAB Pelorous

📋 copy color: '#319DAB'

red 49 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #319DAB

Tints of Pelorous #319DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.64%

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

R = 13%
G = 41.64%
B = 45.36%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#319DAB (or 0x319DAB) is known color: Pelorous. HEX triplet: 31, 9D and AB. RGB value is (49,157,171). Sum of RGB (Red+Green+Blue) = 49+157+171=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #319DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319DAB is #CE6254. Grayscale: #7E7E7E. Windows color (decimal): -13525589 or 11246897. OLE color: 11246897.

HSL color Cylindrical-coordinate representation of color #319DAB: hue angle of 186.89º 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 #319DAB is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 157 171 -
CMYK 0.71 0.08 0 0.33
HSL 186.89º 0.55% 0.43% -
HSV(B) 186.89º 0.71% 0.67% -
XYZ 20.67 27.71 42.79 -
YUV 126.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 49 157 171 0.71 0.08 0 0.33 186.89 0.55 0.43
Hex 31 9D AB 47 8 0 21 BB 37 2B
Octal 61 235 253 107 10 0 41 273 67 53
Binary 110001 10011101 10101011 1000111 1000 0 100001 10111011 110111 101011

Color Harmonies of #319DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DAB

Black with #319DAB

Text Example


Text Example

White with #319DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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