Html Css Color HEX #3C6ACE Royal Blue

📋 copy color: '#3C6ACE'

red 60 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #3C6ACE

Tints of Royal Blue #3C6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 16.13%
G = 28.49%
B = 55.38%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C6ACE (or 0x3C6ACE) is known color: Royal Blue. HEX triplet: 3C, 6A and CE. RGB value is (60,106,206). Sum of RGB (Red+Green+Blue) = 60+106+206=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C6ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ACE is #C39531. Grayscale: #676767. Windows color (decimal): -12817714 or 13527612. OLE color: 13527612.

HSL color Cylindrical-coordinate representation of color #3C6ACE: hue angle of 221.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C6ACE is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 106 206 -
CMYK 0.71 0.49 0 0.19
HSL 221.1º 0.6% 0.52% -
HSV(B) 221.1º 0.71% 0.81% -
XYZ 18.16 15.72 60.47 -
YUV 103.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 60 106 206 0.71 0.49 0 0.19 221.1 0.6 0.52
Hex 3C 6A CE 47 31 0 13 DD 3C 34
Octal 74 152 316 107 61 0 23 335 74 64
Binary 111100 1101010 11001110 1000111 110001 0 10011 11011101 111100 110100

Color Harmonies of #3C6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6ACE

Black with #3C6ACE

Text Example


Text Example

White with #3C6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,106,206); }

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

background-color css

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

 a { background-color: rgb(60,106,206); }

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

border-color css

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

 span { border-color: rgb(60,106,206); }

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