Html Css Color HEX #3464FA Royal Blue

📋 copy color: '#3464FA'

red 52 ◦ green 100 ◦ blue 250

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

Shades of Royal Blue #3464FA

Tints of Royal Blue #3464FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.88%

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

R = 12.94%
G = 24.88%
B = 62.19%

CMYK

 C value IS 0.79

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3464FA (or 0x3464FA) is known color: Royal Blue. HEX triplet: 34, 64 and FA. RGB value is (52,100,250). Sum of RGB (Red+Green+Blue) = 52+100+250=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #3464FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3464FA is #CB9B05. Grayscale: #666666. Windows color (decimal): -13343494 or 16409652. OLE color: 16409652.

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

Color convert

RGB 52 100 250 -
CMYK 0.79 0.6 0 0.02
HSL 225.45º 0.95% 0.59% -
HSV(B) 225.45º 0.79% 0.98% -
XYZ 23.23 16.75 92.45 -
YUV 102.75 211.1 91.8 -
System Red Green Blue C M Y K H S L
Decimal 52 100 250 0.79 0.6 0 0.02 225.45 0.95 0.59
Hex 34 64 FA 4F 3C 0 2 E1 5F 3B
Octal 64 144 372 117 74 0 2 341 137 73
Binary 110100 1100100 11111010 1001111 111100 0 10 11100001 1011111 111011

Color Harmonies of #3464FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3464FA

Black with #3464FA

Text Example


Text Example

White with #3464FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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