#33678A

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

Shades of Astral #33678A

Tints of Astral #33678A

Color information

#33678A (or 0x33678A) is unknown color: approx Astral. HEX triplet: 33, 67 and 8A. RGB value is (51,103,138). Sum of RGB (Red+Green+Blue) = 51+103+138=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #33678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33678A is #CC9875. Grayscale: #5B5B5B. Windows color (decimal): -13408374 or 9070387. OLE color: 9070387.

HSL color Cylindrical-coordinate representation of color #33678A: hue angle of 204.14º 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 #33678A is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB51103138-
CMYK0.630.2500.46
HSL204.14º46.03%37.06%-
HSV(B)204.14º63.04%54.12%-
XYZ10.812.2425.84-
YUV91.44154.2799.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=17.47%
G=35.27%
B=47.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511031380.630.2500.46204.1446.0337.06
Hex33678A3F1902Ecc2e25
Octal6314721277310563145645
Binary11001111001111000101011111111001010111011001100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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