Html Css Color HEX #3C7095 Astral

📋 copy color: '#3C7095'

red 60 ◦ green 112 ◦ blue 149

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

Shades of Astral #3C7095

Tints of Astral #3C7095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 18.69%
G = 34.89%
B = 46.42%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C7095 (or 0x3C7095) is known color: Astral. HEX triplet: 3C, 70 and 95. RGB value is (60,112,149). Sum of RGB (Red+Green+Blue) = 60+112+149=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C7095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7095 is #C38F6A. Grayscale: #646464. Windows color (decimal): -12816235 or 9793596. OLE color: 9793596.

HSL color Cylindrical-coordinate representation of color #3C7095: hue angle of 204.94º 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 #3C7095 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 112 149 -
CMYK 0.60 0.25 0 0.42
HSL 204.94º 0.43% 0.41% -
HSV(B) 204.94º 0.6% 0.58% -
XYZ 13.08 14.72 30.59 -
YUV 100.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 60 112 149 0.60 0.25 0 0.42 204.94 0.43 0.41
Hex 3C 70 95 3C 19 0 2A CD 2B 29
Octal 74 160 225 74 31 0 52 315 53 51
Binary 111100 1110000 10010101 111100 11001 0 101010 11001101 101011 101001

Color Harmonies of #3C7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7095

Black with #3C7095

Text Example


Text Example

White with #3C7095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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