#368485

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

Shades of Blue Chill #368485

Tints of Blue Chill #368485

Color information

#368485 (or 0x368485) is unknown color: approx Blue Chill. HEX triplet: 36, 84 and 85. RGB value is (54,132,133). Sum of RGB (Red+Green+Blue) = 54+132+133=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #368485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368485 is #C97B7A. Grayscale: #6C6C6C. Windows color (decimal): -13204347 or 8750134. OLE color: 8750134.

HSL color Cylindrical-coordinate representation of color #368485: hue angle of 180.76º 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 #368485 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB54132133-
CMYK0.590.0100.48
HSL180.76º42.25%36.67%-
HSV(B)180.76º59.4%52.16%-
XYZ14.0118.9825.12-
YUV108.79141.6688.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=16.93%
G=41.38%
B=41.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541321330.590.0100.48180.7642.2536.67
Hex3684853B1030b52a25
Octal662042057310602655245
Binary11011010000100100001011110111011000010110101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368485; }

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

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

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

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

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

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

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

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