Html Css Color HEX #3C5FDE Royal Blue

📋 copy color: '#3C5FDE'

red 60 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #3C5FDE

Tints of Royal Blue #3C5FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 15.92%
G = 25.2%
B = 58.89%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C5FDE (or 0x3C5FDE) is known color: Royal Blue. HEX triplet: 3C, 5F and DE. RGB value is (60,95,222). Sum of RGB (Red+Green+Blue) = 60+95+222=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C5FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FDE is #C3A021. Grayscale: #626262. Windows color (decimal): -12820514 or 14573372. OLE color: 14573372.

HSL color Cylindrical-coordinate representation of color #3C5FDE: hue angle of 227.04º degrees, saturation: 0.71, 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 #3C5FDE is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 95 222 -
CMYK 0.73 0.57 0 0.13
HSL 227.04º 0.71% 0.55% -
HSV(B) 227.04º 0.73% 0.87% -
XYZ 19.14 14.42 70.88 -
YUV 99.01 197.4 100.17 -
System Red Green Blue C M Y K H S L
Decimal 60 95 222 0.73 0.57 0 0.13 227.04 0.71 0.55
Hex 3C 5F DE 49 39 0 D E3 47 37
Octal 74 137 336 111 71 0 15 343 107 67
Binary 111100 1011111 11011110 1001001 111001 0 1101 11100011 1000111 110111

Color Harmonies of #3C5FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5FDE

Black with #3C5FDE

Text Example


Text Example

White with #3C5FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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