Html Css Color HEX #3C6DCD Royal Blue

📋 copy color: '#3C6DCD'

red 60 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #3C6DCD

Tints of Royal Blue #3C6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 16.04%
G = 29.14%
B = 54.81%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C6DCD (or 0x3C6DCD) is known color: Royal Blue. HEX triplet: 3C, 6D and CD. RGB value is (60,109,205). Sum of RGB (Red+Green+Blue) = 60+109+205=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DCD is #C39232. Grayscale: #686868. Windows color (decimal): -12816947 or 13462844. OLE color: 13462844.

HSL color Cylindrical-coordinate representation of color #3C6DCD: hue angle of 219.72º 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 #3C6DCD is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 109 205 -
CMYK 0.71 0.47 0 0.20
HSL 219.72º 0.59% 0.52% -
HSV(B) 219.72º 0.71% 0.8% -
XYZ 18.35 16.31 59.94 -
YUV 105.29 184.27 95.69 -
System Red Green Blue C M Y K H S L
Decimal 60 109 205 0.71 0.47 0 0.20 219.72 0.59 0.52
Hex 3C 6D CD 47 2F 0 14 DC 3B 34
Octal 74 155 315 107 57 0 24 334 73 64
Binary 111100 1101101 11001101 1000111 101111 0 10100 11011100 111011 110100

Color Harmonies of #3C6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6DCD

Black with #3C6DCD

Text Example


Text Example

White with #3C6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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