Html Css Color HEX #3C7295 Astral

📋 copy color: '#3C7295'

red 60 ◦ green 114 ◦ blue 149

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

Shades of Astral #3C7295

Tints of Astral #3C7295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.29%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 18.58%
G = 35.29%
B = 46.13%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C7295 (or 0x3C7295) is known color: Astral. HEX triplet: 3C, 72 and 95. RGB value is (60,114,149). Sum of RGB (Red+Green+Blue) = 60+114+149=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C7295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7295 is #C38D6A. Grayscale: #656565. Windows color (decimal): -12815723 or 9794108. OLE color: 9794108.

HSL color Cylindrical-coordinate representation of color #3C7295: hue angle of 203.6º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C7295 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 114 149 -
CMYK 0.60 0.23 0 0.42
HSL 203.6º 0.43% 0.41% -
HSV(B) 203.6º 0.6% 0.58% -
XYZ 13.31 15.17 30.66 -
YUV 101.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 60 114 149 0.60 0.23 0 0.42 203.6 0.43 0.41
Hex 3C 72 95 3C 17 0 2A CC 2B 29
Octal 74 162 225 74 27 0 52 314 53 51
Binary 111100 1110010 10010101 111100 10111 0 101010 11001100 101011 101001

Color Harmonies of #3C7295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7295

Black with #3C7295

Text Example


Text Example

White with #3C7295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,114,149); }

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

background-color css

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

 a { background-color: rgb(60,114,149); }

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

border-color css

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

 span { border-color: rgb(60,114,149); }

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