#368D8E

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

Shades of Blue Chill #368D8E

Tints of Blue Chill #368D8E

Color information

#368D8E (or 0x368D8E) is unknown color: approx Blue Chill. HEX triplet: 36, 8D and 8E. RGB value is (54,141,142). Sum of RGB (Red+Green+Blue) = 54+141+142=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #368D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D8E is #C97271. Grayscale: #737373. Windows color (decimal): -13202034 or 9342262. OLE color: 9342262.

HSL color Cylindrical-coordinate representation of color #368D8E: hue angle of 180.68º 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 #368D8E is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54141142-
CMYK0.620.0100.44
HSL180.68º44.9%38.43%-
HSV(B)180.68º61.97%55.69%-
XYZ15.9321.7928.96-
YUV115.1143.1884.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 141 (55.47% from 255) = 41.84%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=16.02%
G=41.84%
B=42.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541411420.620.0100.44180.6844.938.43
Hex368D8E3E102Cb52d26
Octal662152167610542655546
Binary11011010001101100011101111101010110010110101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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