#368491

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

Shades of Blue Chill #368491

Tints of Blue Chill #368491

Color information

#368491 (or 0x368491) is unknown color: approx Blue Chill. HEX triplet: 36, 84 and 91. RGB value is (54,132,145). Sum of RGB (Red+Green+Blue) = 54+132+145=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #368491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368491 is #C97B6E. Grayscale: #6E6E6E. Windows color (decimal): -13204335 or 9536566. OLE color: 9536566.

HSL color Cylindrical-coordinate representation of color #368491: hue angle of 188.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368491 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54132145-
CMYK0.630.0900.43
HSL188.57º45.73%39.02%-
HSV(B)188.57º62.76%56.86%-
XYZ14.8819.3329.73-
YUV110.16147.6687.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=16.31%
G=39.88%
B=43.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541321450.630.0900.43188.5745.7339.02
Hex3684913F902Bbd2e27
Octal6620422177110532755647
Binary11011010000100100100011111111001010101110111101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368491; }

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

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

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

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

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

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

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

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