Html Css Color HEX #367F7F Atoll

📋 copy color: '#367F7F'

red 54 ◦ green 127 ◦ blue 127

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

Shades of Atoll #367F7F

Tints of Atoll #367F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.23%

R = 17.53%
G = 41.23%
B = 41.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#367F7F (or 0x367F7F) is known color: Atoll. HEX triplet: 36, 7F and 7F. RGB value is (54,127,127). Sum of RGB (Red+Green+Blue) = 54+127+127=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: green, blue. Hex color #367F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F7F is #C98080. Grayscale: #696969. Windows color (decimal): -13205633 or 8355638. OLE color: 8355638.

HSL color Cylindrical-coordinate representation of color #367F7F: hue angle of 180º 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 #367F7F is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 127 127 -
CMYK 0.57 0 0 0.50
HSL 180º 0.4% 0.35% -
HSV(B) 180º 0.57% 0.5% -
XYZ 12.94 17.5 22.77 -
YUV 105.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 54 127 127 0.57 0 0 0.50 180 0.4 0.35
Hex 36 7F 7F 39 0 0 32 B4 28 23
Octal 66 177 177 71 0 0 62 264 50 43
Binary 110110 1111111 1111111 111001 0 0 110010 10110100 101000 100011

Color Harmonies of #367F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F7F

Black with #367F7F

Text Example


Text Example

White with #367F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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