#4364E0

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

Shades of Royal Blue #4364E0

Tints of Royal Blue #4364E0

Color information

#4364E0 (or 0x4364E0) is unknown color: approx Royal Blue. HEX triplet: 43, 64 and E0. RGB value is (67,100,224). Sum of RGB (Red+Green+Blue) = 67+100+224=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #4364E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4364E0 is #BC9B1F. Grayscale: #676767. Windows color (decimal): -12360480 or 14705731. OLE color: 14705731.

HSL color Cylindrical-coordinate representation of color #4364E0: hue angle of 227.39º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4364E0 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB67100224-
CMYK0.700.5500.12
HSL227.39º71.69%57.06%-
HSV(B)227.39º70.09%87.84%-
XYZ20.3315.6972.48-
YUV104.27195.57101.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.14%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 224 (87.89% from 255) = 57.29%
R=17.14%
G=25.58%
B=57.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal671002240.700.5500.12227.3971.6957.06
Hex4364E046370Ce34839
Octal1031443401066701434311071
Binary1000011110010011100000100011011011101100111000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4364E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4364E0; }

 p { color: rgb(67,100,224); }

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

<style>
 a { background-color: #4364E0; }

 a { background-color: rgb(67,100,224); }

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

<style>
 span { border-color: #4364E0; }

 span { border-color: rgb(67,100,224); }

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