Html Css Color HEX #367A78 Atoll

📋 copy color: '#367A78'

red 54 ◦ green 122 ◦ blue 120

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

Shades of Atoll #367A78

Tints of Atoll #367A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

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

R = 18.24%
G = 41.22%
B = 40.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#367A78 (or 0x367A78) is known color: Atoll. HEX triplet: 36, 7A and 78. RGB value is (54,122,120). Sum of RGB (Red+Green+Blue) = 54+122+120=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #367A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A78 is #C98587. Grayscale: #656565. Windows color (decimal): -13206920 or 7895606. OLE color: 7895606.

HSL color Cylindrical-coordinate representation of color #367A78: hue angle of 178.24º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A78 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 122 120 -
CMYK 0.56 0 0.02 0.52
HSL 178.24º 0.39% 0.35% -
HSV(B) 178.24º 0.56% 0.48% -
XYZ 11.87 16.06 20.24 -
YUV 101.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 54 122 120 0.56 0 0.02 0.52 178.24 0.39 0.35
Hex 36 7A 78 38 0 2 34 B2 27 23
Octal 66 172 170 70 0 2 64 262 47 43
Binary 110110 1111010 1111000 111000 0 10 110100 10110010 100111 100011

Color Harmonies of #367A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A78

Black with #367A78

Text Example


Text Example

White with #367A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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