Html Css Color HEX #3460EC Royal Blue

📋 copy color: '#3460EC'

red 52 ◦ green 96 ◦ blue 236

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

Shades of Royal Blue #3460EC

Tints of Royal Blue #3460EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.46%

R = 13.54%
G = 25%
B = 61.46%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3460EC (or 0x3460EC) is known color: Royal Blue. HEX triplet: 34, 60 and EC. RGB value is (52,96,236). Sum of RGB (Red+Green+Blue) = 52+96+236=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #3460EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3460EC is #CB9F13. Grayscale: #626262. Windows color (decimal): -13344532 or 15491124. OLE color: 15491124.

HSL color Cylindrical-coordinate representation of color #3460EC: hue angle of 225.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3460EC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 96 236 -
CMYK 0.78 0.59 0 0.07
HSL 225.65º 0.83% 0.56% -
HSV(B) 225.65º 0.78% 0.93% -
XYZ 20.74 15.15 81.19 -
YUV 98.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 52 96 236 0.78 0.59 0 0.07 225.65 0.83 0.56
Hex 34 60 EC 4E 3B 0 7 E2 53 38
Octal 64 140 354 116 73 0 7 342 123 70
Binary 110100 1100000 11101100 1001110 111011 0 111 11100010 1010011 111000

Color Harmonies of #3460EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3460EC

Black with #3460EC

Text Example


Text Example

White with #3460EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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