Html Css Color HEX #3965DA Royal Blue

📋 copy color: '#3965DA'

red 57 ◦ green 101 ◦ blue 218

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

Shades of Royal Blue #3965DA

Tints of Royal Blue #3965DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 15.16%
G = 26.86%
B = 57.98%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3965DA (or 0x3965DA) is known color: Royal Blue. HEX triplet: 39, 65 and DA. RGB value is (57,101,218). Sum of RGB (Red+Green+Blue) = 57+101+218=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #3965DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3965DA is #C69A25. Grayscale: #646464. Windows color (decimal): -13015590 or 14312761. OLE color: 14312761.

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

Color convert

RGB 57 101 218 -
CMYK 0.74 0.54 0 0.15
HSL 223.6º 0.69% 0.54% -
HSV(B) 223.6º 0.74% 0.85% -
XYZ 19 15.24 68.27 -
YUV 101.18 193.92 96.49 -
System Red Green Blue C M Y K H S L
Decimal 57 101 218 0.74 0.54 0 0.15 223.6 0.69 0.54
Hex 39 65 DA 4A 36 0 F E0 45 36
Octal 71 145 332 112 66 0 17 340 105 66
Binary 111001 1100101 11011010 1001010 110110 0 1111 11100000 1000101 110110

Color Harmonies of #3965DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3965DA

Black with #3965DA

Text Example


Text Example

White with #3965DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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