Html Css Color HEX #3C5FD3 Royal Blue

📋 copy color: '#3C5FD3'

red 60 ◦ green 95 ◦ blue 211

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

Shades of Royal Blue #3C5FD3

Tints of Royal Blue #3C5FD3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

 BLUE value IS 211 (82.81% from 255) = 57.65%

R = 16.39%
G = 25.96%
B = 57.65%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3C5FD3 (or 0x3C5FD3) is known color: Royal Blue. HEX triplet: 3C, 5F and D3. RGB value is (60,95,211). Sum of RGB (Red+Green+Blue) = 60+95+211=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 211 (82.81% from 255 or 57.65% from 366); Max value from RGB is 211 - color contains mainly: blue. Hex color #3C5FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FD3 is #C3A02C. Grayscale: #616161. Windows color (decimal): -12820525 or 13852476. OLE color: 13852476.

HSL color Cylindrical-coordinate representation of color #3C5FD3: hue angle of 226.09º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C5FD3 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 95 211 -
CMYK 0.72 0.55 0 0.17
HSL 226.09º 0.63% 0.53% -
HSV(B) 226.09º 0.72% 0.83% -
XYZ 17.71 13.85 63.37 -
YUV 97.76 191.9 101.07 -
System Red Green Blue C M Y K H S L
Decimal 60 95 211 0.72 0.55 0 0.17 226.09 0.63 0.53
Hex 3C 5F D3 48 37 0 11 E2 3F 35
Octal 74 137 323 110 67 0 21 342 77 65
Binary 111100 1011111 11010011 1001000 110111 0 10001 11100010 111111 110101

Color Harmonies of #3C5FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5FD3

Black with #3C5FD3

Text Example


Text Example

White with #3C5FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,95,211); }

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

background-color css

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

 a { background-color: rgb(60,95,211); }

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

border-color css

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

 span { border-color: rgb(60,95,211); }

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