Html Css Color HEX #3465FD Royal Blue

📋 copy color: '#3465FD'

red 52 ◦ green 101 ◦ blue 253

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

Shades of Royal Blue #3465FD

Tints of Royal Blue #3465FD

RGB

 RED value IS 52 (20.7% from 255) = 12.81%

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

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

R = 12.81%
G = 24.88%
B = 62.32%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3465FD (or 0x3465FD) is known color: Royal Blue. HEX triplet: 34, 65 and FD. RGB value is (52,101,253). Sum of RGB (Red+Green+Blue) = 52+101+253=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #3465FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3465FD is #CB9A02. Grayscale: #676767. Windows color (decimal): -13343235 or 16606516. OLE color: 16606516.

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

Color convert

RGB 52 101 253 -
CMYK 0.79 0.60 0 0.01
HSL 225.37º 0.98% 0.6% -
HSV(B) 225.37º 0.79% 0.99% -
XYZ 23.8 17.13 94.98 -
YUV 103.68 212.27 91.14 -
System Red Green Blue C M Y K H S L
Decimal 52 101 253 0.79 0.60 0 0.01 225.37 0.98 0.6
Hex 34 65 FD 4F 3C 0 1 E1 62 3C
Octal 64 145 375 117 74 0 1 341 142 74
Binary 110100 1100101 11111101 1001111 111100 0 1 11100001 1100010 111100

Color Harmonies of #3465FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465FD

Black with #3465FD

Text Example


Text Example

White with #3465FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,101,253); }

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

background-color css

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

 a { background-color: rgb(52,101,253); }

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

border-color css

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

 span { border-color: rgb(52,101,253); }

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