#2546EA

Color #2546EA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2546EA

Tints of Royal Blue #2546EA

Color information

#2546EA (or 0x2546EA) is unknown color: approx Royal Blue. HEX triplet: 25, 46 and EA. RGB value is (37,70,234). Sum of RGB (Red+Green+Blue) = 37+70+234=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #2546EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2546EA is #DAB915. Grayscale: #4E4E4E. Windows color (decimal): -14334230 or 15353381. OLE color: 15353381.

HSL color Cylindrical-coordinate representation of color #2546EA: hue angle of 229.95º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2546EA is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3770234-
CMYK0.840.7000.08
HSL229.95º82.43%53.14%-
HSV(B)229.95º84.19%91.76%-
XYZ17.810.7178.97-
YUV78.83215.5798.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.85%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 234 (91.80% from 255) = 68.62%
R=10.85%
G=20.53%
B=68.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal37702340.840.7000.08229.9582.4353.14
Hex2546EA544608e65235
Octal4510635212410601034612265
Binary1001011000110111010101010100100011001000111001101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2546EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2546EA; }

 p { color: rgb(37,70,234); }

 H1.HeaderClassName
 {
   color: #2546EA;
 }
 .AnyTagClassName
 {
   color: #2546EA;
 }
</style>
background-color css

<style>
 a { background-color: #2546EA; }

 a { background-color: rgb(37,70,234); }

 div.DivClassName
 {
   background-color: #2546EA;
 }
 .BgClassName
 {
   background-color: #2546EA;
 }
</style>
border-color css

<style>
 span { border-color: #2546EA; }

 span { border-color: rgb(37,70,234); }

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