#33658A

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

Shades of Astral #33658A

Tints of Astral #33658A

Color information

#33658A (or 0x33658A) is unknown color: approx Astral. HEX triplet: 33, 65 and 8A. RGB value is (51,101,138). Sum of RGB (Red+Green+Blue) = 51+101+138=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #33658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33658A is #CC9A75. Grayscale: #5A5A5A. Windows color (decimal): -13408886 or 9069875. OLE color: 9069875.

HSL color Cylindrical-coordinate representation of color #33658A: hue angle of 205.52º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33658A is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB51101138-
CMYK0.630.2700.46
HSL205.52º46.03%37.06%-
HSV(B)205.52º63.04%54.12%-
XYZ10.6111.8525.77-
YUV90.27154.9499.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=17.59%
G=34.83%
B=47.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511011380.630.2700.46205.5246.0337.06
Hex33658A3F1B02Ece2e25
Octal6314521277330563165645
Binary11001111001011000101011111111011010111011001110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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