Html Css Color HEX #3468FC Royal Blue

📋 copy color: '#3468FC'

red 52 ◦ green 104 ◦ blue 252

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

Shades of Royal Blue #3468FC

Tints of Royal Blue #3468FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.76%

R = 12.75%
G = 25.49%
B = 61.76%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3468FC (or 0x3468FC) is known color: Royal Blue. HEX triplet: 34, 68 and FC. RGB value is (52,104,252). Sum of RGB (Red+Green+Blue) = 52+104+252=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #3468FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3468FC is #CB9703. Grayscale: #686868. Windows color (decimal): -13342468 or 16541748. OLE color: 16541748.

HSL color Cylindrical-coordinate representation of color #3468FC: hue angle of 224.4º degrees, saturation: 0.97, 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 #3468FC is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 104 252 -
CMYK 0.79 0.59 0 0.01
HSL 224.4º 0.97% 0.6% -
HSV(B) 224.4º 0.79% 0.99% -
XYZ 23.94 17.66 94.24 -
YUV 105.32 210.77 89.97 -
System Red Green Blue C M Y K H S L
Decimal 52 104 252 0.79 0.59 0 0.01 224.4 0.97 0.6
Hex 34 68 FC 4F 3B 0 1 E0 61 3C
Octal 64 150 374 117 73 0 1 340 141 74
Binary 110100 1101000 11111100 1001111 111011 0 1 11100000 1100001 111100

Color Harmonies of #3468FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3468FC

Black with #3468FC

Text Example


Text Example

White with #3468FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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