#33678D

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

Shades of Astral #33678D

Tints of Astral #33678D

Color information

#33678D (or 0x33678D) is unknown color: approx Astral. HEX triplet: 33, 67 and 8D. RGB value is (51,103,141). Sum of RGB (Red+Green+Blue) = 51+103+141=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #33678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33678D is #CC9872. Grayscale: #5B5B5B. Windows color (decimal): -13408371 or 9266995. OLE color: 9266995.

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

Color convert

RGB51103141-
CMYK0.640.2700.45
HSL205.33º46.88%37.65%-
HSV(B)205.33º63.83%55.29%-
XYZ11.0212.3327-
YUV91.78155.7798.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=17.29%
G=34.92%
B=47.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511031410.640.2700.45205.3346.8837.65
Hex33678D401B02Dcd2f26
Octal63147215100330553155746
Binary110011110011110001101100000011011010110111001101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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