Html Css Color HEX #3459E1 Royal Blue

📋 copy color: '#3459E1'

red 52 ◦ green 89 ◦ blue 225

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

Shades of Royal Blue #3459E1

Tints of Royal Blue #3459E1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.32%

 BLUE value IS 225 (88.28% from 255) = 61.48%

R = 14.21%
G = 24.32%
B = 61.48%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3459E1 (or 0x3459E1) is known color: Royal Blue. HEX triplet: 34, 59 and E1. RGB value is (52,89,225). Sum of RGB (Red+Green+Blue) = 52+89+225=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #3459E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3459E1 is #CBA61E. Grayscale: #5C5C5C. Windows color (decimal): -13346335 or 14768436. OLE color: 14768436.

HSL color Cylindrical-coordinate representation of color #3459E1: hue angle of 227.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3459E1 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 89 225 -
CMYK 0.77 0.60 0 0.12
HSL 227.17º 0.74% 0.54% -
HSV(B) 227.17º 0.77% 0.88% -
XYZ 18.58 13.31 72.82 -
YUV 93.44 202.24 98.44 -
System Red Green Blue C M Y K H S L
Decimal 52 89 225 0.77 0.60 0 0.12 227.17 0.74 0.54
Hex 34 59 E1 4D 3C 0 C E3 4A 36
Octal 64 131 341 115 74 0 14 343 112 66
Binary 110100 1011001 11100001 1001101 111100 0 1100 11100011 1001010 110110

Color Harmonies of #3459E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3459E1

Black with #3459E1

Text Example


Text Example

White with #3459E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3459E1; }

 p { color: rgb(52,89,225); }

 H1.HeaderClassName
 {
   color: #3459E1;
 }
 .AnyTagClassName
 {
   color: #3459E1;
 }
</style>

background-color css

<style>
 a { background-color: #3459E1; }

 a { background-color: rgb(52,89,225); }

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

border-color css

<style>
 span { border-color: #3459E1; }

 span { border-color: rgb(52,89,225); }

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