Html Css Color HEX #367B7E Atoll

📋 copy color: '#367B7E'

red 54 ◦ green 123 ◦ blue 126

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

Shades of Atoll #367B7E

Tints of Atoll #367B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.59%

 BLUE value IS 126 (49.61% from 255) = 41.58%

R = 17.82%
G = 40.59%
B = 41.58%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#367B7E (or 0x367B7E) is known color: Atoll. HEX triplet: 36, 7B and 7E. RGB value is (54,123,126). Sum of RGB (Red+Green+Blue) = 54+123+126=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 126 - color contains mainly: blue. Hex color #367B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367B7E is #C98481. Grayscale: #666666. Windows color (decimal): -13206658 or 8289078. OLE color: 8289078.

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

Color convert

RGB 54 123 126 -
CMYK 0.57 0.02 0 0.51
HSL 182.5º 0.4% 0.35% -
HSV(B) 182.5º 0.57% 0.49% -
XYZ 12.37 16.46 22.26 -
YUV 102.71 141.14 93.26 -
System Red Green Blue C M Y K H S L
Decimal 54 123 126 0.57 0.02 0 0.51 182.5 0.4 0.35
Hex 36 7B 7E 39 2 0 33 B6 28 23
Octal 66 173 176 71 2 0 63 266 50 43
Binary 110110 1111011 1111110 111001 10 0 110011 10110110 101000 100011

Color Harmonies of #367B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367B7E

Black with #367B7E

Text Example


Text Example

White with #367B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,123,126); }

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

background-color css

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

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

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

border-color css

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

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

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