Html Css Color HEX #367E83 Atoll

📋 copy color: '#367E83'

red 54 ◦ green 126 ◦ blue 131

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

Shades of Atoll #367E83

Tints of Atoll #367E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.51%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 17.36%
G = 40.51%
B = 42.12%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367E83 (or 0x367E83) is known color: Atoll. HEX triplet: 36, 7E and 83. RGB value is (54,126,131). Sum of RGB (Red+Green+Blue) = 54+126+131=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #367E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E83 is #C9817C. Grayscale: #686868. Windows color (decimal): -13205885 or 8617526. OLE color: 8617526.

HSL color Cylindrical-coordinate representation of color #367E83: hue angle of 183.9º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367E83 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 126 131 -
CMYK 0.59 0.04 0 0.49
HSL 183.9º 0.42% 0.36% -
HSV(B) 183.9º 0.59% 0.51% -
XYZ 13.08 17.34 24.13 -
YUV 105.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 54 126 131 0.59 0.04 0 0.49 183.9 0.42 0.36
Hex 36 7E 83 3B 4 0 31 B8 2A 24
Octal 66 176 203 73 4 0 61 270 52 44
Binary 110110 1111110 10000011 111011 100 0 110001 10111000 101010 100100

Color Harmonies of #367E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E83

Black with #367E83

Text Example


Text Example

White with #367E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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