Html Css Color HEX #3976FD Royal Blue

📋 copy color: '#3976FD'

red 57 ◦ green 118 ◦ blue 253

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

Shades of Royal Blue #3976FD

Tints of Royal Blue #3976FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.57%

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 13.32%
G = 27.57%
B = 59.11%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3976FD (or 0x3976FD) is known color: Royal Blue. HEX triplet: 39, 76 and FD. RGB value is (57,118,253). Sum of RGB (Red+Green+Blue) = 57+118+253=428 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.32% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #3976FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3976FD is #C68902. Grayscale: #727272. Windows color (decimal): -13011203 or 16610873. OLE color: 16610873.

HSL color Cylindrical-coordinate representation of color #3976FD: hue angle of 221.33º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3976FD is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 118 253 -
CMYK 0.77 0.53 0 0.01
HSL 221.33º 0.98% 0.61% -
HSV(B) 221.33º 0.77% 0.99% -
XYZ 25.9 20.92 95.6 -
YUV 115.15 205.79 86.52 -
System Red Green Blue C M Y K H S L
Decimal 57 118 253 0.77 0.53 0 0.01 221.33 0.98 0.61
Hex 39 76 FD 4D 35 0 1 DD 62 3D
Octal 71 166 375 115 65 0 1 335 142 75
Binary 111001 1110110 11111101 1001101 110101 0 1 11011101 1100010 111101

Color Harmonies of #3976FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3976FD

Black with #3976FD

Text Example


Text Example

White with #3976FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3976FD; }

 p { color: rgb(57,118,253); }

 H1.HeaderClassName
 {
   color: #3976FD;
 }
 .AnyTagClassName
 {
   color: #3976FD;
 }
</style>

background-color css

<style>
 a { background-color: #3976FD; }

 a { background-color: rgb(57,118,253); }

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

border-color css

<style>
 span { border-color: #3976FD; }

 span { border-color: rgb(57,118,253); }

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