Html Css Color HEX #3965DC Royal Blue

📋 copy color: '#3965DC'

red 57 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #3965DC

Tints of Royal Blue #3965DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 15.08%
G = 26.72%
B = 58.2%

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

#3965DC (or 0x3965DC) is known color: Royal Blue. HEX triplet: 39, 65 and DC. RGB value is (57,101,220). Sum of RGB (Red+Green+Blue) = 57+101+220=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #3965DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3965DC is #C69A23. Grayscale: #646464. Windows color (decimal): -13015588 or 14443833. OLE color: 14443833.

HSL color Cylindrical-coordinate representation of color #3965DC: hue angle of 223.8º degrees, saturation: 0.7, 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 #3965DC is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 101 220 -
CMYK 0.74 0.54 0 0.14
HSL 223.8º 0.7% 0.54% -
HSV(B) 223.8º 0.74% 0.86% -
XYZ 19.26 15.34 69.66 -
YUV 101.41 194.92 96.32 -
System Red Green Blue C M Y K H S L
Decimal 57 101 220 0.74 0.54 0 0.14 223.8 0.7 0.54
Hex 39 65 DC 4A 36 0 E E0 46 36
Octal 71 145 334 112 66 0 16 340 106 66
Binary 111001 1100101 11011100 1001010 110110 0 1110 11100000 1000110 110110

Color Harmonies of #3965DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3965DC

Black with #3965DC

Text Example


Text Example

White with #3965DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3965DC; }

 p { color: rgb(57,101,220); }

 H1.HeaderClassName
 {
   color: #3965DC;
 }
 .AnyTagClassName
 {
   color: #3965DC;
 }
</style>

background-color css

<style>
 a { background-color: #3965DC; }

 a { background-color: rgb(57,101,220); }

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

border-color css

<style>
 span { border-color: #3965DC; }

 span { border-color: rgb(57,101,220); }

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