#368584

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

Shades of Blue Chill #368584

Tints of Blue Chill #368584

Color information

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

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

Color convert

RGB54133132-
CMYK0.5900.010.48
HSL179.24º42.25%36.67%-
HSV(B)179.24º59.4%52.16%-
XYZ14.0719.2324.8-
YUV109.26140.8388.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331320.5900.010.48179.2442.2536.67
Hex3685843B0130b32a25
Octal662052047301602635245
Binary11011010000101100001001110110111000010110011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368584; }

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

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

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

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

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

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

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

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