Html Css Color HEX #3965FE Royal Blue

📋 copy color: '#3965FE'

red 57 ◦ green 101 ◦ blue 254

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

Shades of Royal Blue #3965FE

Tints of Royal Blue #3965FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.65%

R = 13.83%
G = 24.51%
B = 61.65%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3965FE (or 0x3965FE) is known color: Royal Blue. HEX triplet: 39, 65 and FE. RGB value is (57,101,254). Sum of RGB (Red+Green+Blue) = 57+101+254=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #3965FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3965FE is #C69A01. Grayscale: #686868. Windows color (decimal): -13015554 or 16672057. OLE color: 16672057.

HSL color Cylindrical-coordinate representation of color #3965FE: hue angle of 226.6º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3965FE is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 57 101 254 -
CMYK 0.78 0.60 0 0.00
HSL 226.6º 0.99% 0.61% -
HSV(B) 226.6º 0.78% 1% -
XYZ 24.23 17.33 95.83 -
YUV 105.29 211.92 93.56 -
System Red Green Blue C M Y K H S L
Decimal 57 101 254 0.78 0.60 0 0.00 226.6 0.99 0.61
Hex 39 65 FE 4E 3C 0 0 E3 63 3D
Octal 71 145 376 116 74 0 0 343 143 75
Binary 111001 1100101 11111110 1001110 111100 0 0 11100011 1100011 111101

Color Harmonies of #3965FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3965FE

Black with #3965FE

Text Example


Text Example

White with #3965FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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