#385BE8

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

Shades of Royal Blue #385BE8

Tints of Royal Blue #385BE8

Color information

#385BE8 (or 0x385BE8) is unknown color: approx Royal Blue. HEX triplet: 38, 5B and E8. RGB value is (56,91,232). Sum of RGB (Red+Green+Blue) = 56+91+232=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #385BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385BE8 is #C7A417. Grayscale: #606060. Windows color (decimal): -13083672 or 15227704. OLE color: 15227704.

HSL color Cylindrical-coordinate representation of color #385BE8: hue angle of 228.07º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #385BE8 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5691232-
CMYK0.760.6100.09
HSL228.07º79.28%56.47%-
HSV(B)228.07º75.86%90.98%-
XYZ19.9414.1578.02-
YUV96.61204.499.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 232 (91.02% from 255) = 61.21%
R=14.78%
G=24.01%
B=61.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal56912320.760.6100.09228.0779.2856.47
Hex385BE84C3D09e44f38
Octal701333501147501134411770
Binary111000101101111101000100110011110101001111001001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385BE8; }

 p { color: rgb(56,91,232); }

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

<style>
 a { background-color: #385BE8; }

 a { background-color: rgb(56,91,232); }

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

<style>
 span { border-color: #385BE8; }

 span { border-color: rgb(56,91,232); }

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