Html Css Color HEX #367C83 Atoll

📋 copy color: '#367C83'

red 54 ◦ green 124 ◦ blue 131

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

Shades of Atoll #367C83

Tints of Atoll #367C83

RGB

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

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

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

R = 17.48%
G = 40.13%
B = 42.39%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367C83 (or 0x367C83) is known color: Atoll. HEX triplet: 36, 7C and 83. RGB value is (54,124,131). Sum of RGB (Red+Green+Blue) = 54+124+131=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #367C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C83 is #C9837C. Grayscale: #676767. Windows color (decimal): -13206397 or 8617014. OLE color: 8617014.

HSL color Cylindrical-coordinate representation of color #367C83: hue angle of 185.45º 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 #367C83 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 124 131 -
CMYK 0.59 0.05 0 0.49
HSL 185.45º 0.42% 0.36% -
HSV(B) 185.45º 0.59% 0.51% -
XYZ 12.83 16.84 24.05 -
YUV 103.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 54 124 131 0.59 0.05 0 0.49 185.45 0.42 0.36
Hex 36 7C 83 3B 5 0 31 B9 2A 24
Octal 66 174 203 73 5 0 61 271 52 44
Binary 110110 1111100 10000011 111011 101 0 110001 10111001 101010 100100

Color Harmonies of #367C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C83

Black with #367C83

Text Example


Text Example

White with #367C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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