Html Css Color HEX #3F64DF Royal Blue

📋 copy color: '#3F64DF'

red 63 ◦ green 100 ◦ blue 223

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

Shades of Royal Blue #3F64DF

Tints of Royal Blue #3F64DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 223 (87.5% from 255) = 57.77%

R = 16.32%
G = 25.91%
B = 57.77%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F64DF (or 0x3F64DF) is known color: Royal Blue. HEX triplet: 3F, 64 and DF. RGB value is (63,100,223). Sum of RGB (Red+Green+Blue) = 63+100+223=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F64DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F64DF is #C09B20. Grayscale: #666666. Windows color (decimal): -12622625 or 14640191. OLE color: 14640191.

HSL color Cylindrical-coordinate representation of color #3F64DF: hue angle of 226.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F64DF is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 100 223 -
CMYK 0.72 0.55 0 0.13
HSL 226.13º 0.71% 0.56% -
HSV(B) 226.13º 0.72% 0.87% -
XYZ 19.93 15.5 71.75 -
YUV 102.96 195.74 99.5 -
System Red Green Blue C M Y K H S L
Decimal 63 100 223 0.72 0.55 0 0.13 226.13 0.71 0.56
Hex 3F 64 DF 48 37 0 D E2 47 38
Octal 77 144 337 110 67 0 15 342 107 70
Binary 111111 1100100 11011111 1001000 110111 0 1101 11100010 1000111 111000

Color Harmonies of #3F64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F64DF

Black with #3F64DF

Text Example


Text Example

White with #3F64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,100,223); }

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

background-color css

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

 a { background-color: rgb(63,100,223); }

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

border-color css

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

 span { border-color: rgb(63,100,223); }

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