#2A52F3

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

Shades of Royal Blue #2A52F3

Tints of Royal Blue #2A52F3

Color information

#2A52F3 (or 0x2A52F3) is unknown color: approx Royal Blue. HEX triplet: 2A, 52 and F3. RGB value is (42,82,243). Sum of RGB (Red+Green+Blue) = 42+82+243=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 243 (95.31% from 255 or 66.21% from 367); Max value from RGB is 243 - color contains mainly: blue. Hex color #2A52F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A52F3 is #D5AD0C. Grayscale: #575757. Windows color (decimal): -14003469 or 15946282. OLE color: 15946282.

HSL color Cylindrical-coordinate representation of color #2A52F3: hue angle of 228.06º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A52F3 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4282243-
CMYK0.830.6600.05
HSL228.06º89.33%55.88%-
HSV(B)228.06º82.72%95.29%-
XYZ20.151386.24-
YUV88.39215.2594.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.44%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 243 (95.31% from 255) = 66.21%
R=11.44%
G=22.34%
B=66.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42822430.830.6600.05228.0689.3355.88
Hex2A52F3534205e45938
Octal521223631231020534413170
Binary101010101001011110011101001110000100101111001001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A52F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,243); }

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

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

 a { background-color: rgb(42,82,243); }

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

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

 span { border-color: rgb(42,82,243); }

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