#384fe1

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

Shades of Royal Blue #384FE1

Tints of Royal Blue #384FE1

Color information

#384FE1 (or 0x384FE1) is unknown color: approx Royal Blue. HEX triplet: 38, 4F and E1. RGB value is (56,79,225). Sum of RGB (Red+Green+Blue) = 56+79+225=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 79 (31.25% from 255 or 21.94% 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 #384FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FE1 is #C7B01E. Grayscale: #585858. Windows color (decimal): -13086751 or 14765880. OLE color: 14765880.

HSL color Cylindrical-coordinate representation of color #384FE1: hue angle of 231.83º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384FE1 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5679225-
CMYK0.750.6500.12
HSL231.83º73.8%55.1%-
HSV(B)231.83º75.11%88.24%-
XYZ18.0211.8772.58-
YUV88.77204.88104.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 225 (88.28% from 255) = 62.5%
R=15.56%
G=21.94%
B=62.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56792250.750.6500.12231.8373.855.1
Hex384FE14B410Ce84a37
Octal7011734111310101435011267
Binary1110001001111111000011001011100000101100111010001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384fe1; }

 p { color: rgb(56,79,225); }

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

<style>
 a { background-color: #384fe1; }

 a { background-color: rgb(56,79,225); }

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

<style>
 span { border-color: #384fe1; }

 span { border-color: rgb(56,79,225); }

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