Html Css Color HEX #3C5DDF Royal Blue

📋 copy color: '#3C5DDF'

red 60 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #3C5DDF

Tints of Royal Blue #3C5DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 15.96%
G = 24.73%
B = 59.31%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C5DDF (or 0x3C5DDF) is known color: Royal Blue. HEX triplet: 3C, 5D and DF. RGB value is (60,93,223). Sum of RGB (Red+Green+Blue) = 60+93+223=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C5DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5DDF is #C3A220. Grayscale: #616161. Windows color (decimal): -12821025 or 14638396. OLE color: 14638396.

HSL color Cylindrical-coordinate representation of color #3C5DDF: hue angle of 227.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C5DDF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 93 223 -
CMYK 0.73 0.58 0 0.13
HSL 227.85º 0.72% 0.55% -
HSV(B) 227.85º 0.73% 0.87% -
XYZ 19.1 14.12 71.53 -
YUV 97.95 198.57 100.93 -
System Red Green Blue C M Y K H S L
Decimal 60 93 223 0.73 0.58 0 0.13 227.85 0.72 0.55
Hex 3C 5D DF 49 3A 0 D E4 48 37
Octal 74 135 337 111 72 0 15 344 110 67
Binary 111100 1011101 11011111 1001001 111010 0 1101 11100100 1001000 110111

Color Harmonies of #3C5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5DDF

Black with #3C5DDF

Text Example


Text Example

White with #3C5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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