Html Css Color HEX #3468FA Royal Blue

📋 copy color: '#3468FA'

red 52 ◦ green 104 ◦ blue 250

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

Shades of Royal Blue #3468FA

Tints of Royal Blue #3468FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

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

R = 12.81%
G = 25.62%
B = 61.58%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3468FA (or 0x3468FA) is known color: Royal Blue. HEX triplet: 34, 68 and FA. RGB value is (52,104,250). Sum of RGB (Red+Green+Blue) = 52+104+250=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #3468FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3468FA is #CB9705. Grayscale: #686868. Windows color (decimal): -13342470 or 16410676. OLE color: 16410676.

HSL color Cylindrical-coordinate representation of color #3468FA: hue angle of 224.24º 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 #3468FA is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 104 250 -
CMYK 0.79 0.58 0 0.02
HSL 224.24º 0.95% 0.59% -
HSV(B) 224.24º 0.79% 0.98% -
XYZ 23.62 17.53 92.58 -
YUV 105.1 209.77 90.13 -
System Red Green Blue C M Y K H S L
Decimal 52 104 250 0.79 0.58 0 0.02 224.24 0.95 0.59
Hex 34 68 FA 4F 3A 0 2 E0 5F 3B
Octal 64 150 372 117 72 0 2 340 137 73
Binary 110100 1101000 11111010 1001111 111010 0 10 11100000 1011111 111011

Color Harmonies of #3468FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3468FA

Black with #3468FA

Text Example


Text Example

White with #3468FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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