Html Css Color HEX #384EE8 Royal Blue

📋 copy color: '#384EE8'

red 56 ◦ green 78 ◦ blue 232

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

Shades of Royal Blue #384EE8

Tints of Royal Blue #384EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 63.39%

R = 15.3%
G = 21.31%
B = 63.39%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#384EE8 (or 0x384EE8) is known color: Royal Blue. HEX triplet: 38, 4E and E8. RGB value is (56,78,232). Sum of RGB (Red+Green+Blue) = 56+78+232=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 232 (91.02% from 255 or 63.39% from 366); Max value from RGB is 232 - color contains mainly: blue. Hex color #384EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EE8 is #C7B117. Grayscale: #585858. Windows color (decimal): -13087000 or 15224376. OLE color: 15224376.

HSL color Cylindrical-coordinate representation of color #384EE8: hue angle of 232.5º 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 #384EE8 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 78 232 -
CMYK 0.76 0.66 0 0.09
HSL 232.5º 0.79% 0.56% -
HSV(B) 232.5º 0.76% 0.91% -
XYZ 18.92 12.12 77.69 -
YUV 88.98 208.71 104.48 -
System Red Green Blue C M Y K H S L
Decimal 56 78 232 0.76 0.66 0 0.09 232.5 0.79 0.56
Hex 38 4E E8 4C 42 0 9 E8 4F 38
Octal 70 116 350 114 102 0 11 350 117 70
Binary 111000 1001110 11101000 1001100 1000010 0 1001 11101000 1001111 111000

Color Harmonies of #384EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EE8

Black with #384EE8

Text Example


Text Example

White with #384EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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