#33698E

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

Shades of Astral #33698E

Tints of Astral #33698E

Color information

#33698E (or 0x33698E) is unknown color: approx Astral. HEX triplet: 33, 69 and 8E. RGB value is (51,105,142). Sum of RGB (Red+Green+Blue) = 51+105+142=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #33698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33698E is #CC9671. Grayscale: #5C5C5C. Windows color (decimal): -13407858 or 9333043. OLE color: 9333043.

HSL color Cylindrical-coordinate representation of color #33698E: hue angle of 204.4º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33698E is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51105142-
CMYK0.640.2600.44
HSL204.4º47.15%37.84%-
HSV(B)204.4º64.08%55.69%-
XYZ11.312.7627.46-
YUV93.07155.6197.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=17.11%
G=35.23%
B=47.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511051420.640.2600.44204.447.1537.84
Hex33698E401A02Ccc2f26
Octal63151216100320543145746
Binary110011110100110001110100000011010010110011001100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33698E; }

 p { color: rgb(51,105,142); }

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

<style>
 a { background-color: #33698E; }

 a { background-color: rgb(51,105,142); }

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

<style>
 span { border-color: #33698E; }

 span { border-color: rgb(51,105,142); }

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