#3B8588

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

Shades of Blue Chill #3B8588

Tints of Blue Chill #3B8588

Color information

#3B8588 (or 0x3B8588) is unknown color: approx Blue Chill. HEX triplet: 3B, 85 and 88. RGB value is (59,133,136). Sum of RGB (Red+Green+Blue) = 59+133+136=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B8588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8588 is #C47A77. Grayscale: #6F6F6F. Windows color (decimal): -12876408 or 8947003. OLE color: 8947003.

HSL color Cylindrical-coordinate representation of color #3B8588: hue angle of 182.34º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8588 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB59133136-
CMYK0.570.0200.47
HSL182.34º39.49%38.24%-
HSV(B)182.34º56.62%53.33%-
XYZ14.6419.4826.28-
YUV111.22141.9890.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=17.99%
G=40.55%
B=41.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591331360.570.0200.47182.3439.4938.24
Hex3B858839202Fb62726
Octal732052107120572664746
Binary111011100001011000100011100110010111110110110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B8588; }

 p { color: rgb(59,133,136); }

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

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

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

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

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

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

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