#2B52E8

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

Shades of Royal Blue #2B52E8

Tints of Royal Blue #2B52E8

Color information

#2B52E8 (or 0x2B52E8) is unknown color: approx Royal Blue. HEX triplet: 2B, 52 and E8. RGB value is (43,82,232). Sum of RGB (Red+Green+Blue) = 43+82+232=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 232 (91.02% from 255 or 64.99% from 357); Max value from RGB is 232 - color contains mainly: blue. Hex color #2B52E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B52E8 is #D4AD17. Grayscale: #565656. Windows color (decimal): -13937944 or 15225387. OLE color: 15225387.

HSL color Cylindrical-coordinate representation of color #2B52E8: hue angle of 227.62º 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 #2B52E8 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4382232-
CMYK0.810.6500.09
HSL227.62º80.43%53.92%-
HSV(B)227.62º81.47%90.98%-
XYZ18.5812.3777.75-
YUV87.44209.5896.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.04%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 232 (91.02% from 255) = 64.99%
R=12.04%
G=22.97%
B=64.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal43822320.810.6500.09227.6280.4353.92
Hex2B52E8514109e45036
Octal5312235012110101134412066
Binary1010111010010111010001010001100000101001111001001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B52E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,232); }

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

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

 a { background-color: rgb(43,82,232); }

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

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

 span { border-color: rgb(43,82,232); }

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