Html Css Color HEX #3460E5 Royal Blue

📋 copy color: '#3460E5'

red 52 ◦ green 96 ◦ blue 229

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

Shades of Royal Blue #3460E5

Tints of Royal Blue #3460E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

 BLUE value IS 229 (89.84% from 255) = 60.74%

R = 13.79%
G = 25.46%
B = 60.74%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3460E5 (or 0x3460E5) is known color: Royal Blue. HEX triplet: 34, 60 and E5. RGB value is (52,96,229). Sum of RGB (Red+Green+Blue) = 52+96+229=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #3460E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460E5 is #CB9F1A. Grayscale: #616161. Windows color (decimal): -13344539 or 15032372. OLE color: 15032372.

HSL color Cylindrical-coordinate representation of color #3460E5: hue angle of 225.08º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3460E5 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 96 229 -
CMYK 0.77 0.58 0 0.10
HSL 225.08º 0.77% 0.55% -
HSV(B) 225.08º 0.77% 0.9% -
XYZ 19.74 14.75 75.94 -
YUV 98.01 201.92 95.19 -
System Red Green Blue C M Y K H S L
Decimal 52 96 229 0.77 0.58 0 0.10 225.08 0.77 0.55
Hex 34 60 E5 4D 3A 0 A E1 4D 37
Octal 64 140 345 115 72 0 12 341 115 67
Binary 110100 1100000 11100101 1001101 111010 0 1010 11100001 1001101 110111

Color Harmonies of #3460E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3460E5

Black with #3460E5

Text Example


Text Example

White with #3460E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3460E5; }

 p { color: rgb(52,96,229); }

 H1.HeaderClassName
 {
   color: #3460E5;
 }
 .AnyTagClassName
 {
   color: #3460E5;
 }
</style>

background-color css

<style>
 a { background-color: #3460E5; }

 a { background-color: rgb(52,96,229); }

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

border-color css

<style>
 span { border-color: #3460E5; }

 span { border-color: rgb(52,96,229); }

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