#368389

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

Shades of Blue Chill #368389

Tints of Blue Chill #368389

Color information

#368389 (or 0x368389) is unknown color: approx Blue Chill. HEX triplet: 36, 83 and 89. RGB value is (54,131,137). Sum of RGB (Red+Green+Blue) = 54+131+137=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 137 - color contains mainly: blue. Hex color #368389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368389 is #C97C76. Grayscale: #6C6C6C. Windows color (decimal): -13204599 or 9012022. OLE color: 9012022.

HSL color Cylindrical-coordinate representation of color #368389: hue angle of 184.34º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368389 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54131137-
CMYK0.610.0400.46
HSL184.34º43.46%37.45%-
HSV(B)184.34º60.58%53.73%-
XYZ14.1518.8226.55-
YUV108.66143.9989.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=16.77%
G=40.68%
B=42.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541311370.610.0400.46184.3443.4637.45
Hex3683893D402Eb82b25
Octal662032117540562705345
Binary1101101000001110001001111101100010111010111000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368389; }

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

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

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

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

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

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

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

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