#33748C

Color #33748C Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #33748C

Tints of Astral #33748C

Color information

#33748C (or 0x33748C) is unknown color: approx Astral. HEX triplet: 33, 74 and 8C. RGB value is (51,116,140). Sum of RGB (Red+Green+Blue) = 51+116+140=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #33748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33748C is #CC8B73. Grayscale: #636363. Windows color (decimal): -13405044 or 9204787. OLE color: 9204787.

HSL color Cylindrical-coordinate representation of color #33748C: hue angle of 196.18º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33748C is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51116140-
CMYK0.640.1700.45
HSL196.18º46.6%37.45%-
HSV(B)196.18º63.57%54.9%-
XYZ12.3415.0927.07-
YUV99.3150.9793.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=16.61%
G=37.79%
B=45.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511161400.640.1700.45196.1846.637.45
Hex33748C401102Dc42f25
Octal63164214100210553045745
Binary110011111010010001100100000010001010110111000100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33748C; }

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

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

<style>
 a { background-color: #33748C; }

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

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

<style>
 span { border-color: #33748C; }

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

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