Html Css Color HEX #3F65EB Royal Blue

📋 copy color: '#3F65EB'

red 63 ◦ green 101 ◦ blue 235

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

Shades of Royal Blue #3F65EB

Tints of Royal Blue #3F65EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 15.79%
G = 25.31%
B = 58.9%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3F65EB (or 0x3F65EB) is known color: Royal Blue. HEX triplet: 3F, 65 and EB. RGB value is (63,101,235). Sum of RGB (Red+Green+Blue) = 63+101+235=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F65EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F65EB is #C09A14. Grayscale: #686868. Windows color (decimal): -12622357 or 15426879. OLE color: 15426879.

HSL color Cylindrical-coordinate representation of color #3F65EB: hue angle of 226.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F65EB is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 101 235 -
CMYK 0.73 0.57 0 0.08
HSL 226.74º 0.81% 0.58% -
HSV(B) 226.74º 0.73% 0.92% -
XYZ 21.7 16.36 80.61 -
YUV 104.91 201.41 98.1 -
System Red Green Blue C M Y K H S L
Decimal 63 101 235 0.73 0.57 0 0.08 226.74 0.81 0.58
Hex 3F 65 EB 49 39 0 8 E3 51 3A
Octal 77 145 353 111 71 0 10 343 121 72
Binary 111111 1100101 11101011 1001001 111001 0 1000 11100011 1010001 111010

Color Harmonies of #3F65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F65EB

Black with #3F65EB

Text Example


Text Example

White with #3F65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,101,235); }

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

background-color css

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

 a { background-color: rgb(63,101,235); }

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

border-color css

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

 span { border-color: rgb(63,101,235); }

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