Html Css Color HEX #3F76D7 Royal Blue

📋 copy color: '#3F76D7'

red 63 ◦ green 118 ◦ blue 215

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

Shades of Royal Blue #3F76D7

Tints of Royal Blue #3F76D7

RGB

 RED value IS 63 (25% from 255) = 15.91%

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

 BLUE value IS 215 (84.38% from 255) = 54.29%

R = 15.91%
G = 29.8%
B = 54.29%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3F76D7 (or 0x3F76D7) is known color: Royal Blue. HEX triplet: 3F, 76 and D7. RGB value is (63,118,215). Sum of RGB (Red+Green+Blue) = 63+118+215=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #3F76D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F76D7 is #C08928. Grayscale: #707070. Windows color (decimal): -12618025 or 14120511. OLE color: 14120511.

HSL color Cylindrical-coordinate representation of color #3F76D7: hue angle of 218.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F76D7 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 118 215 -
CMYK 0.71 0.45 0 0.16
HSL 218.29º 0.66% 0.55% -
HSV(B) 218.29º 0.71% 0.84% -
XYZ 20.79 18.92 66.85 -
YUV 112.61 185.78 92.61 -
System Red Green Blue C M Y K H S L
Decimal 63 118 215 0.71 0.45 0 0.16 218.29 0.66 0.55
Hex 3F 76 D7 47 2D 0 10 DA 42 37
Octal 77 166 327 107 55 0 20 332 102 67
Binary 111111 1110110 11010111 1000111 101101 0 10000 11011010 1000010 110111

Color Harmonies of #3F76D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F76D7

Black with #3F76D7

Text Example


Text Example

White with #3F76D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F76D7; }

 p { color: rgb(63,118,215); }

 H1.HeaderClassName
 {
   color: #3F76D7;
 }
 .AnyTagClassName
 {
   color: #3F76D7;
 }
</style>

background-color css

<style>
 a { background-color: #3F76D7; }

 a { background-color: rgb(63,118,215); }

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

border-color css

<style>
 span { border-color: #3F76D7; }

 span { border-color: rgb(63,118,215); }

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