#33858A

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

Shades of Blue Chill #33858A

Tints of Blue Chill #33858A

Color information

#33858A (or 0x33858A) is unknown color: approx Blue Chill. HEX triplet: 33, 85 and 8A. RGB value is (51,133,138). Sum of RGB (Red+Green+Blue) = 51+133+138=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #33858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33858A is #CC7A75. Grayscale: #6C6C6C. Windows color (decimal): -13400694 or 9078067. OLE color: 9078067.

HSL color Cylindrical-coordinate representation of color #33858A: hue angle of 183.45º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33858A is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB51133138-
CMYK0.630.0400.46
HSL183.45º46.03%37.06%-
HSV(B)183.45º63.04%54.12%-
XYZ14.3419.3127.02-
YUV109.05144.3386.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=15.84%
G=41.30%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511331380.630.0400.46183.4546.0337.06
Hex33858A3F402Eb72e25
Octal632052127740562675645
Binary1100111000010110001010111111100010111010110111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33858A; }

 p { color: rgb(51,133,138); }

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

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

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

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

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

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

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