#33757F

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

Shades of Atoll #33757F

Tints of Atoll #33757F

Color information

#33757F (or 0x33757F) is unknown color: approx Atoll. HEX triplet: 33, 75 and 7F. RGB value is (51,117,127). Sum of RGB (Red+Green+Blue) = 51+117+127=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #33757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33757F is #CC8A80. Grayscale: #626262. Windows color (decimal): -13404801 or 8353075. OLE color: 8353075.

HSL color Cylindrical-coordinate representation of color #33757F: hue angle of 187.89º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33757F is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB51117127-
CMYK0.600.0800.50
HSL187.89º42.7%34.9%-
HSV(B)187.89º59.84%49.8%-
XYZ11.5614.9622.36-
YUV98.41144.1394.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 127 (50% from 255) = 43.05%
R=17.29%
G=39.66%
B=43.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal511171270.600.0800.50187.8942.734.9
Hex33757F3C8032bc2b23
Octal6316517774100622745343
Binary110011111010111111111111001000011001010111100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,117,127); }

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

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

 a { background-color: rgb(51,117,127); }

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

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

 span { border-color: rgb(51,117,127); }

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