Html Css Color HEX #3468FB Royal Blue

📋 copy color: '#3468FB'

red 52 ◦ green 104 ◦ blue 251

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

Shades of Royal Blue #3468FB

Tints of Royal Blue #3468FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.67%

R = 12.78%
G = 25.55%
B = 61.67%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3468FB (or 0x3468FB) is known color: Royal Blue. HEX triplet: 34, 68 and FB. RGB value is (52,104,251). Sum of RGB (Red+Green+Blue) = 52+104+251=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #3468FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3468FB is #CB9704. Grayscale: #686868. Windows color (decimal): -13342469 or 16476212. OLE color: 16476212.

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

Color convert

RGB 52 104 251 -
CMYK 0.79 0.59 0 0.02
HSL 224.32º 0.96% 0.59% -
HSV(B) 224.32º 0.79% 0.98% -
XYZ 23.78 17.6 93.41 -
YUV 105.21 210.27 90.05 -
System Red Green Blue C M Y K H S L
Decimal 52 104 251 0.79 0.59 0 0.02 224.32 0.96 0.59
Hex 34 68 FB 4F 3B 0 2 E0 60 3B
Octal 64 150 373 117 73 0 2 340 140 73
Binary 110100 1101000 11111011 1001111 111011 0 10 11100000 1100000 111011

Color Harmonies of #3468FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3468FB

Black with #3468FB

Text Example


Text Example

White with #3468FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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