Html Css Color HEX #3964DB Royal Blue

📋 copy color: '#3964DB'

red 57 ◦ green 100 ◦ blue 219

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

Shades of Royal Blue #3964DB

Tints of Royal Blue #3964DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 15.16%
G = 26.6%
B = 58.24%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3964DB (or 0x3964DB) is known color: Royal Blue. HEX triplet: 39, 64 and DB. RGB value is (57,100,219). Sum of RGB (Red+Green+Blue) = 57+100+219=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #3964DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3964DB is #C69B24. Grayscale: #646464. Windows color (decimal): -13015845 or 14378041. OLE color: 14378041.

HSL color Cylindrical-coordinate representation of color #3964DB: hue angle of 224.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3964DB is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 100 219 -
CMYK 0.74 0.54 0 0.14
HSL 224.07º 0.69% 0.54% -
HSV(B) 224.07º 0.74% 0.86% -
XYZ 19.03 15.1 68.93 -
YUV 100.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 57 100 219 0.74 0.54 0 0.14 224.07 0.69 0.54
Hex 39 64 DB 4A 36 0 E E0 45 36
Octal 71 144 333 112 66 0 16 340 105 66
Binary 111001 1100100 11011011 1001010 110110 0 1110 11100000 1000101 110110

Color Harmonies of #3964DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3964DB

Black with #3964DB

Text Example


Text Example

White with #3964DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3964DB; }

 p { color: rgb(57,100,219); }

 H1.HeaderClassName
 {
   color: #3964DB;
 }
 .AnyTagClassName
 {
   color: #3964DB;
 }
</style>

background-color css

<style>
 a { background-color: #3964DB; }

 a { background-color: rgb(57,100,219); }

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

border-color css

<style>
 span { border-color: #3964DB; }

 span { border-color: rgb(57,100,219); }

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