#3453E1

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

Shades of Royal Blue #3453E1

Tints of Royal Blue #3453E1

Color information

#3453E1 (or 0x3453E1) is unknown color: approx Royal Blue. HEX triplet: 34, 53 and E1. RGB value is (52,83,225). Sum of RGB (Red+Green+Blue) = 52+83+225=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #3453E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3453E1 is #CBAC1E. Grayscale: #595959. Windows color (decimal): -13347871 or 14766900. OLE color: 14766900.

HSL color Cylindrical-coordinate representation of color #3453E1: hue angle of 229.25º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3453E1 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5283225-
CMYK0.770.6300.12
HSL229.25º74.25%54.31%-
HSV(B)229.25º76.89%88.24%-
XYZ18.112.3572.66-
YUV89.92204.23100.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.44%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 225 (88.28% from 255) = 62.5%
R=14.44%
G=23.06%
B=62.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal52832250.770.6300.12229.2574.2554.31
Hex3453E14D3F0Ce54a36
Octal641233411157701434511266
Binary110100101001111100001100110111111101100111001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3453E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3453E1; }

 p { color: rgb(52,83,225); }

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

<style>
 a { background-color: #3453E1; }

 a { background-color: rgb(52,83,225); }

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

<style>
 span { border-color: #3453E1; }

 span { border-color: rgb(52,83,225); }

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