#368E8B

Color #368E8B Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #368E8B

Tints of Blue Chill #368E8B

Color information

#368E8B (or 0x368E8B) is unknown color: approx Blue Chill. HEX triplet: 36, 8E and 8B. RGB value is (54,142,139). Sum of RGB (Red+Green+Blue) = 54+142+139=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #368E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E8B is #C97174. Grayscale: #737373. Windows color (decimal): -13201781 or 9145910. OLE color: 9145910.

HSL color Cylindrical-coordinate representation of color #368E8B: hue angle of 177.95º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E8B is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB54142139-
CMYK0.6200.020.44
HSL177.95º44.9%38.43%-
HSV(B)177.95º61.97%55.69%-
XYZ15.8521.9927.84-
YUV115.35141.3584.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.12%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=16.12%
G=42.39%
B=41.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541421390.6200.020.44177.9544.938.43
Hex368E8B3E022Cb22d26
Octal662162137602542625546
Binary110110100011101000101111111001010110010110010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368E8B; }

 p { color: rgb(54,142,139); }

 H1.HeaderClassName
 {
   color: #368E8B;
 }
 .AnyTagClassName
 {
   color: #368E8B;
 }
</style>
background-color css

<style>
 a { background-color: #368E8B; }

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

 div.DivClassName
 {
   background-color: #368E8B;
 }
 .BgClassName
 {
   background-color: #368E8B;
 }
</style>
border-color css

<style>
 span { border-color: #368E8B; }

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

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