#3C6784

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

Shades of Astral #3C6784

Tints of Astral #3C6784

Color information

#3C6784 (or 0x3C6784) is unknown color: approx Astral. HEX triplet: 3C, 67 and 84. RGB value is (60,103,132). Sum of RGB (Red+Green+Blue) = 60+103+132=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C6784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6784 is #C3987B. Grayscale: #5D5D5D. Windows color (decimal): -12818556 or 8677180. OLE color: 8677180.

HSL color Cylindrical-coordinate representation of color #3C6784: hue angle of 204.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C6784 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB60103132-
CMYK0.550.2200.48
HSL204.17º37.5%37.65%-
HSV(B)204.17º54.55%51.76%-
XYZ10.8812.3323.64-
YUV93.45149.75104.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=20.34%
G=34.92%
B=44.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601031320.550.2200.48204.1737.537.65
Hex3C67843716030cc2626
Octal7414720467260603144646
Binary11110011001111000010011011110110011000011001100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C6784; }

 p { color: rgb(60,103,132); }

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

<style>
 a { background-color: #3C6784; }

 a { background-color: rgb(60,103,132); }

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

<style>
 span { border-color: #3C6784; }

 span { border-color: rgb(60,103,132); }

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