#2B4AEC

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

Shades of Royal Blue #2B4AEC

Tints of Royal Blue #2B4AEC

Color information

#2B4AEC (or 0x2B4AEC) is unknown color: approx Royal Blue. HEX triplet: 2B, 4A and EC. RGB value is (43,74,236). Sum of RGB (Red+Green+Blue) = 43+74+236=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B4AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B4AEC is #D4B513. Grayscale: #525252. Windows color (decimal): -13939988 or 15485483. OLE color: 15485483.

HSL color Cylindrical-coordinate representation of color #2B4AEC: hue angle of 230.36º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B4AEC is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4374236-
CMYK0.820.6900.07
HSL230.36º83.55%54.71%-
HSV(B)230.36º81.78%92.55%-
XYZ18.5911.4780.59-
YUV83.2214.2399.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.18%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 236 (92.58% from 255) = 66.86%
R=12.18%
G=20.96%
B=66.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal43742360.820.6900.07230.3683.5554.71
Hex2B4AEC524507e65437
Octal531123541221050734612467
Binary101011100101011101100101001010001010111111001101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B4AEC; }

 p { color: rgb(43,74,236); }

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

<style>
 a { background-color: #2B4AEC; }

 a { background-color: rgb(43,74,236); }

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

<style>
 span { border-color: #2B4AEC; }

 span { border-color: rgb(43,74,236); }

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