#2B48E7

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

Shades of Royal Blue #2B48E7

Tints of Royal Blue #2B48E7

Color information

#2B48E7 (or 0x2B48E7) is unknown color: approx Royal Blue. HEX triplet: 2B, 48 and E7. RGB value is (43,72,231). Sum of RGB (Red+Green+Blue) = 43+72+231=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 231 (90.62% from 255 or 66.76% from 346); Max value from RGB is 231 - color contains mainly: blue. Hex color #2B48E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B48E7 is #D4B718. Grayscale: #505050. Windows color (decimal): -13940505 or 15157291. OLE color: 15157291.

HSL color Cylindrical-coordinate representation of color #2B48E7: hue angle of 230.74º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B48E7 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4372231-
CMYK0.810.6900.09
HSL230.74º79.66%53.73%-
HSV(B)230.74º81.39%90.59%-
XYZ17.7410.9276.77-
YUV81.46212.39100.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.43%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 231 (90.62% from 255) = 66.76%
R=12.43%
G=20.81%
B=66.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal43722310.810.6900.09230.7479.6653.73
Hex2B48E7514509e75036
Octal5311034712110501134712066
Binary1010111001000111001111010001100010101001111001111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B48E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,72,231); }

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

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

 a { background-color: rgb(43,72,231); }

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

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

 span { border-color: rgb(43,72,231); }

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