Html Css Color HEX #3C6ACC Royal Blue

📋 copy color: '#3C6ACC'

red 60 ◦ green 106 ◦ blue 204

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

Shades of Royal Blue #3C6ACC

Tints of Royal Blue #3C6ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.14%

R = 16.22%
G = 28.65%
B = 55.14%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C6ACC (or 0x3C6ACC) is known color: Royal Blue. HEX triplet: 3C, 6A and CC. RGB value is (60,106,204). Sum of RGB (Red+Green+Blue) = 60+106+204=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C6ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6ACC is #C39533. Grayscale: #666666. Windows color (decimal): -12817716 or 13396540. OLE color: 13396540.

HSL color Cylindrical-coordinate representation of color #3C6ACC: hue angle of 220.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C6ACC is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 106 204 -
CMYK 0.71 0.48 0 0.2
HSL 220.83º 0.59% 0.52% -
HSV(B) 220.83º 0.71% 0.8% -
XYZ 17.92 15.63 59.2 -
YUV 103.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 60 106 204 0.71 0.48 0 0.2 220.83 0.59 0.52
Hex 3C 6A CC 47 30 0 14 DD 3B 34
Octal 74 152 314 107 60 0 24 335 73 64
Binary 111100 1101010 11001100 1000111 110000 0 10100 11011101 111011 110100

Color Harmonies of #3C6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6ACC

Black with #3C6ACC

Text Example


Text Example

White with #3C6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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