Html Css Color HEX #367F7D Atoll

📋 copy color: '#367F7D'

red 54 ◦ green 127 ◦ blue 125

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

Shades of Atoll #367F7D

Tints of Atoll #367F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 41.5%

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 17.65%
G = 41.5%
B = 40.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#367F7D (or 0x367F7D) is known color: Atoll. HEX triplet: 36, 7F and 7D. RGB value is (54,127,125). Sum of RGB (Red+Green+Blue) = 54+127+125=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #367F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F7D is #C98082. Grayscale: #686868. Windows color (decimal): -13205635 or 8224566. OLE color: 8224566.

HSL color Cylindrical-coordinate representation of color #367F7D: hue angle of 178.36º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F7D is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 127 125 -
CMYK 0.57 0 0.02 0.50
HSL 178.36º 0.4% 0.35% -
HSV(B) 178.36º 0.57% 0.5% -
XYZ 12.81 17.44 22.09 -
YUV 104.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 54 127 125 0.57 0 0.02 0.50 178.36 0.4 0.35
Hex 36 7F 7D 39 0 2 32 B2 28 23
Octal 66 177 175 71 0 2 62 262 50 43
Binary 110110 1111111 1111101 111001 0 10 110010 10110010 101000 100011

Color Harmonies of #367F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F7D

Black with #367F7D

Text Example


Text Example

White with #367F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,125); }

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

background-color css

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

 a { background-color: rgb(54,127,125); }

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

border-color css

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

 span { border-color: rgb(54,127,125); }

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