Html Css Color HEX #367C7D Atoll

📋 copy color: '#367C7D'

red 54 ◦ green 124 ◦ blue 125

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

Shades of Atoll #367C7D

Tints of Atoll #367C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.92%

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

R = 17.82%
G = 40.92%
B = 41.25%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#367C7D (or 0x367C7D) is known color: Atoll. HEX triplet: 36, 7C and 7D. RGB value is (54,124,125). Sum of RGB (Red+Green+Blue) = 54+124+125=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #367C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C7D is #C98382. Grayscale: #676767. Windows color (decimal): -13206403 or 8223798. OLE color: 8223798.

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

Color convert

RGB 54 124 125 -
CMYK 0.57 0.01 0 0.51
HSL 180.85º 0.4% 0.35% -
HSV(B) 180.85º 0.57% 0.49% -
XYZ 12.43 16.68 21.97 -
YUV 103.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 54 124 125 0.57 0.01 0 0.51 180.85 0.4 0.35
Hex 36 7C 7D 39 1 0 33 B5 28 23
Octal 66 174 175 71 1 0 63 265 50 43
Binary 110110 1111100 1111101 111001 1 0 110011 10110101 101000 100011

Color Harmonies of #367C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C7D

Black with #367C7D

Text Example


Text Example

White with #367C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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