Html Css Color HEX #3465FA Royal Blue

📋 copy color: '#3465FA'

red 52 ◦ green 101 ◦ blue 250

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

Shades of Royal Blue #3465FA

Tints of Royal Blue #3465FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 12.9%
G = 25.06%
B = 62.03%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3465FA (or 0x3465FA) is known color: Royal Blue. HEX triplet: 34, 65 and FA. RGB value is (52,101,250). Sum of RGB (Red+Green+Blue) = 52+101+250=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #3465FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3465FA is #CB9A05. Grayscale: #666666. Windows color (decimal): -13343238 or 16409908. OLE color: 16409908.

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

Color convert

RGB 52 101 250 -
CMYK 0.79 0.60 0 0.02
HSL 225.15º 0.95% 0.59% -
HSV(B) 225.15º 0.79% 0.98% -
XYZ 23.33 16.94 92.48 -
YUV 103.34 210.77 91.38 -
System Red Green Blue C M Y K H S L
Decimal 52 101 250 0.79 0.60 0 0.02 225.15 0.95 0.59
Hex 34 65 FA 4F 3C 0 2 E1 5F 3B
Octal 64 145 372 117 74 0 2 341 137 73
Binary 110100 1100101 11111010 1001111 111100 0 10 11100001 1011111 111011

Color Harmonies of #3465FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465FA

Black with #3465FA

Text Example


Text Example

White with #3465FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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