#3451EB

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

Shades of Royal Blue #3451EB

Tints of Royal Blue #3451EB

Color information

#3451EB (or 0x3451EB) is unknown color: approx Royal Blue. HEX triplet: 34, 51 and EB. RGB value is (52,81,235). Sum of RGB (Red+Green+Blue) = 52+81+235=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #3451EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3451EB is #CBAE14. Grayscale: #595959. Windows color (decimal): -13348373 or 15421748. OLE color: 15421748.

HSL color Cylindrical-coordinate representation of color #3451EB: hue angle of 230.49º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3451EB is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5281235-
CMYK0.780.6600.08
HSL230.49º82.06%56.27%-
HSV(B)230.49º77.87%92.16%-
XYZ19.3512.6180.01-
YUV89.88209.89100.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.13%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 235 (92.19% from 255) = 63.86%
R=14.13%
G=22.01%
B=63.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal52812350.780.6600.08230.4982.0656.27
Hex3451EB4E4208e65238
Octal6412135311610201034612270
Binary1101001010001111010111001110100001001000111001101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3451EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3451EB; }

 p { color: rgb(52,81,235); }

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

<style>
 a { background-color: #3451EB; }

 a { background-color: rgb(52,81,235); }

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

<style>
 span { border-color: #3451EB; }

 span { border-color: rgb(52,81,235); }

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