#3C6782

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

Shades of Astral #3C6782

Tints of Astral #3C6782

Color information

#3C6782 (or 0x3C6782) is unknown color: approx Astral. HEX triplet: 3C, 67 and 82. RGB value is (60,103,130). Sum of RGB (Red+Green+Blue) = 60+103+130=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C6782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6782 is #C3987D. Grayscale: #5D5D5D. Windows color (decimal): -12818558 or 8546108. OLE color: 8546108.

HSL color Cylindrical-coordinate representation of color #3C6782: hue angle of 203.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C6782 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB60103130-
CMYK0.540.2100.49
HSL203.14º36.84%37.25%-
HSV(B)203.14º53.85%50.98%-
XYZ10.7412.2722.92-
YUV93.22148.75104.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=20.48%
G=35.15%
B=44.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601031300.540.2100.49203.1436.8437.25
Hex3C67823615031cb2525
Octal7414720266250613134545
Binary11110011001111000001011011010101011000111001011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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