#384FEA

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

Shades of Royal Blue #384FEA

Tints of Royal Blue #384FEA

Color information

#384FEA (or 0x384FEA) is unknown color: approx Royal Blue. HEX triplet: 38, 4F and EA. RGB value is (56,79,234). Sum of RGB (Red+Green+Blue) = 56+79+234=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #384FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FEA is #C7B015. Grayscale: #595959. Windows color (decimal): -13086742 or 15355704. OLE color: 15355704.

HSL color Cylindrical-coordinate representation of color #384FEA: hue angle of 232.25º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384FEA is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5679234-
CMYK0.760.6600.08
HSL232.25º80.91%56.86%-
HSV(B)232.25º76.07%91.76%-
XYZ19.2812.3779.21-
YUV89.79209.38103.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.18%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 234 (91.80% from 255) = 63.41%
R=15.18%
G=21.41%
B=63.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal56792340.760.6600.08232.2580.9156.86
Hex384FEA4C4208e85139
Octal7011735211410201035012171
Binary1110001001111111010101001100100001001000111010001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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