Html Css Color HEX #317278 Atoll

📋 copy color: '#317278'

red 49 ◦ green 114 ◦ blue 120

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

Shades of Atoll #317278

Tints of Atoll #317278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 17.31%
G = 40.28%
B = 42.4%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#317278 (or 0x317278) is known color: Atoll. HEX triplet: 31, 72 and 78. RGB value is (49,114,120). Sum of RGB (Red+Green+Blue) = 49+114+120=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #317278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317278 is #CE8D87. Grayscale: #5F5F5F. Windows color (decimal): -13536648 or 7893553. OLE color: 7893553.

HSL color Cylindrical-coordinate representation of color #317278: hue angle of 185.07º 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 #317278 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 114 120 -
CMYK 0.59 0.05 0 0.53
HSL 185.07º 0.42% 0.33% -
HSV(B) 185.07º 0.59% 0.47% -
XYZ 10.67 14.04 19.92 -
YUV 95.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 49 114 120 0.59 0.05 0 0.53 185.07 0.42 0.33
Hex 31 72 78 3B 5 0 35 B9 2A 21
Octal 61 162 170 73 5 0 65 271 52 41
Binary 110001 1110010 1111000 111011 101 0 110101 10111001 101010 100001

Color Harmonies of #317278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317278

Black with #317278

Text Example


Text Example

White with #317278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317278; }

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

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

background-color css

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

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

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

border-color css

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

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

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