#2252F2

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

Shades of Royal Blue #2252F2

Tints of Royal Blue #2252F2

Color information

#2252F2 (or 0x2252F2) is unknown color: approx Royal Blue. HEX triplet: 22, 52 and F2. RGB value is (34,82,242). Sum of RGB (Red+Green+Blue) = 34+82+242=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #2252F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2252F2 is #DDAD0D. Grayscale: #555555. Windows color (decimal): -14527758 or 15880738. OLE color: 15880738.

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

Color convert

RGB3482242-
CMYK0.860.6600.05
HSL226.15º88.89%54.12%-
HSV(B)226.15º85.95%94.9%-
XYZ19.712.7985.43-
YUV85.89216.190.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.50%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 242 (94.92% from 255) = 67.60%
R=9.50%
G=22.91%
B=67.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal34822420.860.6600.05226.1588.8954.12
Hex2252F2564205e25936
Octal421223621261020534213166
Binary100010101001011110010101011010000100101111000101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2252F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2252F2; }

 p { color: rgb(34,82,242); }

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

<style>
 a { background-color: #2252F2; }

 a { background-color: rgb(34,82,242); }

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

<style>
 span { border-color: #2252F2; }

 span { border-color: rgb(34,82,242); }

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