Html Css Color HEX #3460D1 Royal Blue

📋 copy color: '#3460D1'

red 52 ◦ green 96 ◦ blue 209

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

Shades of Royal Blue #3460D1

Tints of Royal Blue #3460D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 58.54%

R = 14.57%
G = 26.89%
B = 58.54%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3460D1 (or 0x3460D1) is known color: Royal Blue. HEX triplet: 34, 60 and D1. RGB value is (52,96,209). Sum of RGB (Red+Green+Blue) = 52+96+209=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #3460D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460D1 is #CB9F2E. Grayscale: #5F5F5F. Windows color (decimal): -13344559 or 13721652. OLE color: 13721652.

HSL color Cylindrical-coordinate representation of color #3460D1: hue angle of 223.18º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3460D1 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 96 209 -
CMYK 0.75 0.54 0 0.18
HSL 223.18º 0.63% 0.51% -
HSV(B) 223.18º 0.75% 0.82% -
XYZ 17.11 13.7 62.06 -
YUV 95.73 191.92 96.81 -
System Red Green Blue C M Y K H S L
Decimal 52 96 209 0.75 0.54 0 0.18 223.18 0.63 0.51
Hex 34 60 D1 4B 36 0 12 DF 3F 33
Octal 64 140 321 113 66 0 22 337 77 63
Binary 110100 1100000 11010001 1001011 110110 0 10010 11011111 111111 110011

Color Harmonies of #3460D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3460D1

Black with #3460D1

Text Example


Text Example

White with #3460D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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