#368585

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

Shades of Blue Chill #368585

Tints of Blue Chill #368585

Color information

#368585 (or 0x368585) is unknown color: approx Blue Chill. HEX triplet: 36, 85 and 85. RGB value is (54,133,133). Sum of RGB (Red+Green+Blue) = 54+133+133=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #368585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368585 is #C97A7A. Grayscale: #6D6D6D. Windows color (decimal): -13204091 or 8750390. OLE color: 8750390.

HSL color Cylindrical-coordinate representation of color #368585: hue angle of 180º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368585 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54133133-
CMYK0.59000.48
HSL180º42.25%36.67%-
HSV(B)180º59.4%52.16%-
XYZ14.1419.2525.16-
YUV109.38141.3388.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=16.88%
G=41.56%
B=41.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331330.59000.4818042.2536.67
Hex3685853B0030b42a25
Octal662052057300602645245
Binary11011010000101100001011110110011000010110100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368585; }

 p { color: rgb(54,133,133); }

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

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

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

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

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

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

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