#33948A

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

Shades of Gossamer #33948A

Tints of Gossamer #33948A

Color information

#33948A (or 0x33948A) is unknown color: approx Gossamer. HEX triplet: 33, 94 and 8A. RGB value is (51,148,138). Sum of RGB (Red+Green+Blue) = 51+148+138=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #33948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33948A is #CC6B75. Grayscale: #757575. Windows color (decimal): -13396854 or 9081907. OLE color: 9081907.

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

Color convert

RGB51148138-
CMYK0.6600.070.42
HSL173.81º48.74%39.02%-
HSV(B)173.81º65.54%58.04%-
XYZ16.5423.7227.75-
YUV117.86139.3680.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=15.13%
G=43.92%
B=40.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511481380.6600.070.42173.8148.7439.02
Hex33948A42072Aae3127
Octal6322421210207522566147
Binary11001110010100100010101000010011110101010101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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