Html Css Color HEX #384EE5 Royal Blue

📋 copy color: '#384EE5'

red 56 ◦ green 78 ◦ blue 229

#384EE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #384EE5

Tints of Royal Blue #384EE5

RGB

 RED value IS 56 (22.27% from 255) = 15.43%

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 229 (89.84% from 255) = 63.09%

R = 15.43%
G = 21.49%
B = 63.09%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#384EE5 (or 0x384EE5) is known color: Royal Blue. HEX triplet: 38, 4E and E5. RGB value is (56,78,229). Sum of RGB (Red+Green+Blue) = 56+78+229=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #384EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EE5 is #C7B11A. Grayscale: #585858. Windows color (decimal): -13087003 or 15027768. OLE color: 15027768.

HSL color Cylindrical-coordinate representation of color #384EE5: hue angle of 232.37º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384EE5 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 78 229 -
CMYK 0.76 0.66 0 0.10
HSL 232.37º 0.77% 0.56% -
HSV(B) 232.37º 0.76% 0.9% -
XYZ 18.5 11.95 75.46 -
YUV 88.64 207.21 104.72 -
System Red Green Blue C M Y K H S L
Decimal 56 78 229 0.76 0.66 0 0.10 232.37 0.77 0.56
Hex 38 4E E5 4C 42 0 A E8 4D 38
Octal 70 116 345 114 102 0 12 350 115 70
Binary 111000 1001110 11100101 1001100 1000010 0 1010 11101000 1001101 111000

Color Harmonies of #384EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EE5

Black with #384EE5

Text Example


Text Example

White with #384EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,78,229); }

 H1.HeaderClassName
 {
   color: #384EE5;
 }
 .AnyTagClassName
 {
   color: #384EE5;
 }
</style>

background-color css

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

 a { background-color: rgb(56,78,229); }

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

border-color css

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

 span { border-color: rgb(56,78,229); }

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