Html Css Color HEX #3C6885 Astral

📋 copy color: '#3C6885'

red 60 ◦ green 104 ◦ blue 133

#3C6885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #3C6885

Tints of Astral #3C6885

RGB

 RED value IS 60 (23.83% from 255) = 20.2%

 GREEN value IS 104 (41.02% from 255) = 35.02%

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 20.2%
G = 35.02%
B = 44.78%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C6885 (or 0x3C6885) is known color: Astral. HEX triplet: 3C, 68 and 85. RGB value is (60,104,133). Sum of RGB (Red+Green+Blue) = 60+104+133=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C6885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6885 is #C3977A. Grayscale: #5D5D5D. Windows color (decimal): -12818299 or 8742972. OLE color: 8742972.

HSL color Cylindrical-coordinate representation of color #3C6885: hue angle of 203.84º 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 #3C6885 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 104 133 -
CMYK 0.55 0.22 0 0.48
HSL 203.84º 0.38% 0.38% -
HSV(B) 203.84º 0.55% 0.52% -
XYZ 11.05 12.55 24.03 -
YUV 94.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 60 104 133 0.55 0.22 0 0.48 203.84 0.38 0.38
Hex 3C 68 85 37 16 0 30 CC 26 26
Octal 74 150 205 67 26 0 60 314 46 46
Binary 111100 1101000 10000101 110111 10110 0 110000 11001100 100110 100110

Color Harmonies of #3C6885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6885

Black with #3C6885

Text Example


Text Example

White with #3C6885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,104,133); }

 H1.HeaderClassName
 {
   color: #3C6885;
 }
 .AnyTagClassName
 {
   color: #3C6885;
 }
</style>

background-color css

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

 a { background-color: rgb(60,104,133); }

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

border-color css

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

 span { border-color: rgb(60,104,133); }

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