Html Css Color HEX #3953E1 Royal Blue

📋 copy color: '#3953E1'

red 57 ◦ green 83 ◦ blue 225

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

Shades of Royal Blue #3953E1

Tints of Royal Blue #3953E1

RGB

 RED value IS 57 (22.66% from 255) = 15.62%

 GREEN value IS 83 (32.81% from 255) = 22.74%

 BLUE value IS 225 (88.28% from 255) = 61.64%

R = 15.62%
G = 22.74%
B = 61.64%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3953E1 (or 0x3953E1) is known color: Royal Blue. HEX triplet: 39, 53 and E1. RGB value is (57,83,225). Sum of RGB (Red+Green+Blue) = 57+83+225=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #3953E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3953E1 is #C6AC1E. Grayscale: #5A5A5A. Windows color (decimal): -13020191 or 14766905. OLE color: 14766905.

HSL color Cylindrical-coordinate representation of color #3953E1: hue angle of 230.71º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3953E1 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 83 225 -
CMYK 0.75 0.63 0 0.12
HSL 230.71º 0.74% 0.55% -
HSV(B) 230.71º 0.75% 0.88% -
XYZ 18.37 12.49 72.68 -
YUV 91.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 57 83 225 0.75 0.63 0 0.12 230.71 0.74 0.55
Hex 39 53 E1 4B 3F 0 C E7 4A 37
Octal 71 123 341 113 77 0 14 347 112 67
Binary 111001 1010011 11100001 1001011 111111 0 1100 11100111 1001010 110111

Color Harmonies of #3953E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3953E1

Black with #3953E1

Text Example


Text Example

White with #3953E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3953E1; }

 p { color: rgb(57,83,225); }

 H1.HeaderClassName
 {
   color: #3953E1;
 }
 .AnyTagClassName
 {
   color: #3953E1;
 }
</style>

background-color css

<style>
 a { background-color: #3953E1; }

 a { background-color: rgb(57,83,225); }

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

border-color css

<style>
 span { border-color: #3953E1; }

 span { border-color: rgb(57,83,225); }

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