#33948F

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

Shades of Blue Chill #33948F

Tints of Blue Chill #33948F

Color information

#33948F (or 0x33948F) is unknown color: approx Blue Chill. HEX triplet: 33, 94 and 8F. RGB value is (51,148,143). Sum of RGB (Red+Green+Blue) = 51+148+143=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #33948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33948F is #CC6B70. Grayscale: #767676. Windows color (decimal): -13396849 or 9409587. OLE color: 9409587.

HSL color Cylindrical-coordinate representation of color #33948F: hue angle of 176.91º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33948F is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB51148143-
CMYK0.6600.030.42
HSL176.91º48.74%39.02%-
HSV(B)176.91º65.54%58.04%-
XYZ16.9123.8729.7-
YUV118.43141.8679.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 143 (56.25% from 255) = 41.81%
R=14.91%
G=43.27%
B=41.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511481430.6600.030.42176.9148.7439.02
Hex33948F42032Ab13127
Octal6322421710203522616147
Binary1100111001010010001111100001001110101010110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33948F; }

 p { color: rgb(51,148,143); }

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

<style>
 a { background-color: #33948F; }

 a { background-color: rgb(51,148,143); }

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

<style>
 span { border-color: #33948F; }

 span { border-color: rgb(51,148,143); }

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