#33948B

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

Shades of Blue Chill #33948B

Tints of Blue Chill #33948B

Color information

#33948B (or 0x33948B) is unknown color: approx Blue Chill. HEX triplet: 33, 94 and 8B. RGB value is (51,148,139). Sum of RGB (Red+Green+Blue) = 51+148+139=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #33948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33948B is #CC6B74. Grayscale: #757575. Windows color (decimal): -13396853 or 9147443. OLE color: 9147443.

HSL color Cylindrical-coordinate representation of color #33948B: hue angle of 174.43º 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 #33948B is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB51148139-
CMYK0.6600.060.42
HSL174.43º48.74%39.02%-
HSV(B)174.43º65.54%58.04%-
XYZ16.6223.7528.13-
YUV117.97139.8680.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=15.09%
G=43.79%
B=41.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511481390.6600.060.42174.4348.7439.02
Hex33948B42062Aae3127
Octal6322421310206522566147
Binary11001110010100100010111000010011010101010101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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