Html Css Color HEX #317277 Atoll

📋 copy color: '#317277'

red 49 ◦ green 114 ◦ blue 119

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

Shades of Atoll #317277

Tints of Atoll #317277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 17.38%
G = 40.43%
B = 42.2%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#317277 (or 0x317277) is known color: Atoll. HEX triplet: 31, 72 and 77. RGB value is (49,114,119). Sum of RGB (Red+Green+Blue) = 49+114+119=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #317277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317277 is #CE8D88. Grayscale: #5F5F5F. Windows color (decimal): -13536649 or 7828017. OLE color: 7828017.

HSL color Cylindrical-coordinate representation of color #317277: hue angle of 184.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317277 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 114 119 -
CMYK 0.59 0.04 0 0.53
HSL 184.29º 0.42% 0.33% -
HSV(B) 184.29º 0.59% 0.47% -
XYZ 10.61 14.02 19.6 -
YUV 95.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 49 114 119 0.59 0.04 0 0.53 184.29 0.42 0.33
Hex 31 72 77 3B 4 0 35 B8 2A 21
Octal 61 162 167 73 4 0 65 270 52 41
Binary 110001 1110010 1110111 111011 100 0 110101 10111000 101010 100001

Color Harmonies of #317277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317277

Black with #317277

Text Example


Text Example

White with #317277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317277; }

 p { color: rgb(49,114,119); }

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

background-color css

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

 a { background-color: rgb(49,114,119); }

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

border-color css

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

 span { border-color: rgb(49,114,119); }

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