#33848B

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

Shades of Blue Chill #33848B

Tints of Blue Chill #33848B

Color information

#33848B (or 0x33848B) is unknown color: approx Blue Chill. HEX triplet: 33, 84 and 8B. RGB value is (51,132,139). Sum of RGB (Red+Green+Blue) = 51+132+139=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #33848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33848B is #CC7B74. Grayscale: #6C6C6C. Windows color (decimal): -13400949 or 9143347. OLE color: 9143347.

HSL color Cylindrical-coordinate representation of color #33848B: hue angle of 184.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33848B is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51132139-
CMYK0.630.0500.45
HSL184.77º46.32%37.25%-
HSV(B)184.77º63.31%54.51%-
XYZ14.2819.0727.35-
YUV108.58145.1686.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=15.84%
G=40.99%
B=43.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511321390.630.0500.45184.7746.3237.25
Hex33848B3F502Db92e25
Octal632042137750552715645
Binary1100111000010010001011111111101010110110111001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33848B; }

 p { color: rgb(51,132,139); }

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

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

 a { background-color: rgb(51,132,139); }

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

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

 span { border-color: rgb(51,132,139); }

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