Html Css Color HEX #3C678C Astral

📋 copy color: '#3C678C'

red 60 ◦ green 103 ◦ blue 140

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

Shades of Astral #3C678C

Tints of Astral #3C678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 19.8%
G = 33.99%
B = 46.2%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C678C (or 0x3C678C) is known color: Astral. HEX triplet: 3C, 67 and 8C. RGB value is (60,103,140). Sum of RGB (Red+Green+Blue) = 60+103+140=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C678C is #C39873. Grayscale: #5E5E5E. Windows color (decimal): -12818548 or 9201468. OLE color: 9201468.

HSL color Cylindrical-coordinate representation of color #3C678C: hue angle of 207.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C678C is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 103 140 -
CMYK 0.57 0.26 0 0.45
HSL 207.75º 0.4% 0.39% -
HSV(B) 207.75º 0.57% 0.55% -
XYZ 11.45 12.55 26.63 -
YUV 94.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 60 103 140 0.57 0.26 0 0.45 207.75 0.4 0.39
Hex 3C 67 8C 39 1A 0 2D D0 28 27
Octal 74 147 214 71 32 0 55 320 50 47
Binary 111100 1100111 10001100 111001 11010 0 101101 11010000 101000 100111

Color Harmonies of #3C678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C678C

Black with #3C678C

Text Example


Text Example

White with #3C678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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