#368490

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

Shades of Blue Chill #368490

Tints of Blue Chill #368490

Color information

#368490 (or 0x368490) is unknown color: approx Blue Chill. HEX triplet: 36, 84 and 90. RGB value is (54,132,144). Sum of RGB (Red+Green+Blue) = 54+132+144=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #368490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368490 is #C97B6F. Grayscale: #6D6D6D. Windows color (decimal): -13204336 or 9471030. OLE color: 9471030.

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

Color convert

RGB54132144-
CMYK0.630.0800.44
HSL188º45.45%38.82%-
HSV(B)188º62.5%56.47%-
XYZ14.8119.329.33-
YUV110.05147.1688.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=16.36%
G=40%
B=43.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541321440.630.0800.4418845.4538.82
Hex3684903F802Cbc2d27
Octal6620422077100542745547
Binary11011010000100100100001111111000010110010111100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368490; }

 p { color: rgb(54,132,144); }

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

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

 a { background-color: rgb(54,132,144); }

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

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

 span { border-color: rgb(54,132,144); }

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