#33747A

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

Shades of Atoll #33747A

Tints of Atoll #33747A

Color information

#33747A (or 0x33747A) is unknown color: approx Atoll. HEX triplet: 33, 74 and 7A. RGB value is (51,116,122). Sum of RGB (Red+Green+Blue) = 51+116+122=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #33747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33747A is #CC8B85. Grayscale: #616161. Windows color (decimal): -13405062 or 8025139. OLE color: 8025139.

HSL color Cylindrical-coordinate representation of color #33747A: hue angle of 185.07º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33747A is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51116122-
CMYK0.580.0500.52
HSL185.07º41.04%33.92%-
HSV(B)185.07º58.2%47.84%-
XYZ11.1214.620.64-
YUV97.25141.9795.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 122 (48.05% from 255) = 42.21%
R=17.65%
G=40.14%
B=42.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511161220.580.0500.52185.0741.0433.92
Hex33747A3A5034b92922
Octal631641727250642715142
Binary11001111101001111010111010101011010010111001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,116,122); }

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

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

 a { background-color: rgb(51,116,122); }

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

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

 span { border-color: rgb(51,116,122); }

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