Html Css Color HEX #3C5DD9 Royal Blue

📋 copy color: '#3C5DD9'

red 60 ◦ green 93 ◦ blue 217

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

Shades of Royal Blue #3C5DD9

Tints of Royal Blue #3C5DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 217 (85.16% from 255) = 58.65%

R = 16.22%
G = 25.14%
B = 58.65%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3C5DD9 (or 0x3C5DD9) is known color: Royal Blue. HEX triplet: 3C, 5D and D9. RGB value is (60,93,217). Sum of RGB (Red+Green+Blue) = 60+93+217=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #3C5DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DD9 is #C3A226. Grayscale: #606060. Windows color (decimal): -12821031 or 14245180. OLE color: 14245180.

HSL color Cylindrical-coordinate representation of color #3C5DD9: hue angle of 227.39º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C5DD9 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 93 217 -
CMYK 0.72 0.57 0 0.15
HSL 227.39º 0.67% 0.54% -
HSV(B) 227.39º 0.72% 0.85% -
XYZ 18.3 13.8 67.34 -
YUV 97.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 60 93 217 0.72 0.57 0 0.15 227.39 0.67 0.54
Hex 3C 5D D9 48 39 0 F E3 43 36
Octal 74 135 331 110 71 0 17 343 103 66
Binary 111100 1011101 11011001 1001000 111001 0 1111 11100011 1000011 110110

Color Harmonies of #3C5DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5DD9

Black with #3C5DD9

Text Example


Text Example

White with #3C5DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,93,217); }

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

background-color css

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

 a { background-color: rgb(60,93,217); }

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

border-color css

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

 span { border-color: rgb(60,93,217); }

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