Html Css Color HEX #317B81 Atoll

📋 copy color: '#317B81'

red 49 ◦ green 123 ◦ blue 129

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

Shades of Atoll #317B81

Tints of Atoll #317B81

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.86%

 BLUE value IS 129 (50.78% from 255) = 42.86%

R = 16.28%
G = 40.86%
B = 42.86%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#317B81 (or 0x317B81) is known color: Atoll. HEX triplet: 31, 7B and 81. RGB value is (49,123,129). Sum of RGB (Red+Green+Blue) = 49+123+129=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #317B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B81 is #CE847E. Grayscale: #656565. Windows color (decimal): -13534335 or 8485681. OLE color: 8485681.

HSL color Cylindrical-coordinate representation of color #317B81: hue angle of 184.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317B81 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 123 129 -
CMYK 0.62 0.05 0 0.49
HSL 184.5º 0.45% 0.35% -
HSV(B) 184.5º 0.62% 0.51% -
XYZ 12.31 16.4 23.29 -
YUV 101.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 49 123 129 0.62 0.05 0 0.49 184.5 0.45 0.35
Hex 31 7B 81 3E 5 0 31 B8 2D 23
Octal 61 173 201 76 5 0 61 270 55 43
Binary 110001 1111011 10000001 111110 101 0 110001 10111000 101101 100011

Color Harmonies of #317B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317B81

Black with #317B81

Text Example


Text Example

White with #317B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317B81; }

 p { color: rgb(49,123,129); }

 H1.HeaderClassName
 {
   color: #317B81;
 }
 .AnyTagClassName
 {
   color: #317B81;
 }
</style>

background-color css

<style>
 a { background-color: #317B81; }

 a { background-color: rgb(49,123,129); }

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

border-color css

<style>
 span { border-color: #317B81; }

 span { border-color: rgb(49,123,129); }

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