Html Css Color HEX #3C6D90 Astral

📋 copy color: '#3C6D90'

red 60 ◦ green 109 ◦ blue 144

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

Shades of Astral #3C6D90

Tints of Astral #3C6D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 19.17%
G = 34.82%
B = 46.01%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C6D90 (or 0x3C6D90) is known color: Astral. HEX triplet: 3C, 6D and 90. RGB value is (60,109,144). Sum of RGB (Red+Green+Blue) = 60+109+144=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C6D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6D90 is #C3926F. Grayscale: #626262. Windows color (decimal): -12817008 or 9465148. OLE color: 9465148.

HSL color Cylindrical-coordinate representation of color #3C6D90: hue angle of 205º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C6D90 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 109 144 -
CMYK 0.58 0.24 0 0.44
HSL 205º 0.41% 0.4% -
HSV(B) 205º 0.58% 0.56% -
XYZ 12.37 13.91 28.42 -
YUV 98.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 60 109 144 0.58 0.24 0 0.44 205 0.41 0.4
Hex 3C 6D 90 3A 18 0 2C CD 29 28
Octal 74 155 220 72 30 0 54 315 51 50
Binary 111100 1101101 10010000 111010 11000 0 101100 11001101 101001 101000

Color Harmonies of #3C6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6D90

Black with #3C6D90

Text Example


Text Example

White with #3C6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,109,144); }

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

background-color css

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

 a { background-color: rgb(60,109,144); }

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

border-color css

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

 span { border-color: rgb(60,109,144); }

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