Html Css Color HEX #3C6B93 Astral

📋 copy color: '#3C6B93'

red 60 ◦ green 107 ◦ blue 147

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

Shades of Astral #3C6B93

Tints of Astral #3C6B93

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 19.11%
G = 34.08%
B = 46.82%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C6B93 (or 0x3C6B93) is known color: Astral. HEX triplet: 3C, 6B and 93. RGB value is (60,107,147). Sum of RGB (Red+Green+Blue) = 60+107+147=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C6B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6B93 is #C3946C. Grayscale: #616161. Windows color (decimal): -12817517 or 9661244. OLE color: 9661244.

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

Color convert

RGB 60 107 147 -
CMYK 0.59 0.27 0 0.42
HSL 207.59º 0.42% 0.41% -
HSV(B) 207.59º 0.59% 0.58% -
XYZ 12.39 13.58 29.57 -
YUV 97.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 60 107 147 0.59 0.27 0 0.42 207.59 0.42 0.41
Hex 3C 6B 93 3B 1B 0 2A D0 2A 29
Octal 74 153 223 73 33 0 52 320 52 51
Binary 111100 1101011 10010011 111011 11011 0 101010 11010000 101010 101001

Color Harmonies of #3C6B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B93

Black with #3C6B93

Text Example


Text Example

White with #3C6B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,107,147); }

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

background-color css

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

 a { background-color: rgb(60,107,147); }

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

border-color css

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

 span { border-color: rgb(60,107,147); }

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