Html Css Color HEX #3467FA Royal Blue

📋 copy color: '#3467FA'

red 52 ◦ green 103 ◦ blue 250

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

Shades of Royal Blue #3467FA

Tints of Royal Blue #3467FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

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

R = 12.84%
G = 25.43%
B = 61.73%

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

#3467FA (or 0x3467FA) is known color: Royal Blue. HEX triplet: 34, 67 and FA. RGB value is (52,103,250). Sum of RGB (Red+Green+Blue) = 52+103+250=405 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.84% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #3467FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3467FA is #CB9805. Grayscale: #676767. Windows color (decimal): -13342726 or 16410420. OLE color: 16410420.

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

Color convert

RGB 52 103 250 -
CMYK 0.79 0.59 0 0.02
HSL 224.55º 0.95% 0.59% -
HSV(B) 224.55º 0.79% 0.98% -
XYZ 23.52 17.33 92.55 -
YUV 104.51 210.1 90.55 -
System Red Green Blue C M Y K H S L
Decimal 52 103 250 0.79 0.59 0 0.02 224.55 0.95 0.59
Hex 34 67 FA 4F 3B 0 2 E1 5F 3B
Octal 64 147 372 117 73 0 2 341 137 73
Binary 110100 1100111 11111010 1001111 111011 0 10 11100001 1011111 111011

Color Harmonies of #3467FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3467FA

Black with #3467FA

Text Example


Text Example

White with #3467FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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