Html Css Color HEX #367882 Atoll

📋 copy color: '#367882'

red 54 ◦ green 120 ◦ blue 130

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

Shades of Atoll #367882

Tints of Atoll #367882

RGB

 RED value IS 54 (21.48% from 255) = 17.76%

 GREEN value IS 120 (47.27% from 255) = 39.47%

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 17.76%
G = 39.47%
B = 42.76%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367882 (or 0x367882) is known color: Atoll. HEX triplet: 36, 78 and 82. RGB value is (54,120,130). Sum of RGB (Red+Green+Blue) = 54+120+130=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #367882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367882 is #C9877D. Grayscale: #656565. Windows color (decimal): -13207422 or 8550454. OLE color: 8550454.

HSL color Cylindrical-coordinate representation of color #367882: hue angle of 187.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367882 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 120 130 -
CMYK 0.58 0.08 0 0.49
HSL 187.89º 0.41% 0.36% -
HSV(B) 187.89º 0.58% 0.51% -
XYZ 12.27 15.83 23.53 -
YUV 101.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 54 120 130 0.58 0.08 0 0.49 187.89 0.41 0.36
Hex 36 78 82 3A 8 0 31 BC 29 24
Octal 66 170 202 72 10 0 61 274 51 44
Binary 110110 1111000 10000010 111010 1000 0 110001 10111100 101001 100100

Color Harmonies of #367882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367882

Black with #367882

Text Example


Text Example

White with #367882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367882; }

 p { color: rgb(54,120,130); }

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

background-color css

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

 a { background-color: rgb(54,120,130); }

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

border-color css

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

 span { border-color: rgb(54,120,130); }

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