#33848E

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

Shades of Blue Chill #33848E

Tints of Blue Chill #33848E

Color information

#33848E (or 0x33848E) is unknown color: approx Blue Chill. HEX triplet: 33, 84 and 8E. RGB value is (51,132,142). Sum of RGB (Red+Green+Blue) = 51+132+142=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #33848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33848E is #CC7B71. Grayscale: #6C6C6C. Windows color (decimal): -13400946 or 9339955. OLE color: 9339955.

HSL color Cylindrical-coordinate representation of color #33848E: hue angle of 186.59º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33848E is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51132142-
CMYK0.640.0700.44
HSL186.59º47.15%37.84%-
HSV(B)186.59º64.08%55.69%-
XYZ14.519.1628.53-
YUV108.92146.6686.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=15.69%
G=40.62%
B=43.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511321420.640.0700.44186.5947.1537.84
Hex33848E40702Cbb2f26
Octal6320421610070542735746
Binary11001110000100100011101000000111010110010111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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