#33848A

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

Shades of Blue Chill #33848A

Tints of Blue Chill #33848A

Color information

#33848A (or 0x33848A) is unknown color: approx Blue Chill. HEX triplet: 33, 84 and 8A. RGB value is (51,132,138). Sum of RGB (Red+Green+Blue) = 51+132+138=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #33848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33848A is #CC7B75. Grayscale: #6C6C6C. Windows color (decimal): -13400950 or 9077811. OLE color: 9077811.

HSL color Cylindrical-coordinate representation of color #33848A: hue angle of 184.14º 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 #33848A is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB51132138-
CMYK0.630.0400.46
HSL184.14º46.03%37.06%-
HSV(B)184.14º63.04%54.12%-
XYZ14.219.0426.97-
YUV108.46144.6687.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=15.89%
G=41.12%
B=42.99%

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
Decimal511321380.630.0400.46184.1446.0337.06
Hex33848A3F402Eb82e25
Octal632042127740562705645
Binary1100111000010010001010111111100010111010111000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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