Html Css Color HEX #384EE7 Royal Blue

📋 copy color: '#384EE7'

red 56 ◦ green 78 ◦ blue 231

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

Shades of Royal Blue #384EE7

Tints of Royal Blue #384EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.29%

R = 15.34%
G = 21.37%
B = 63.29%

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

#384EE7 (or 0x384EE7) is known color: Royal Blue. HEX triplet: 38, 4E and E7. RGB value is (56,78,231). Sum of RGB (Red+Green+Blue) = 56+78+231=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #384EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EE7 is #C7B118. Grayscale: #585858. Windows color (decimal): -13087001 or 15158840. OLE color: 15158840.

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

Color convert

RGB 56 78 231 -
CMYK 0.76 0.66 0 0.09
HSL 232.46º 0.78% 0.56% -
HSV(B) 232.46º 0.76% 0.91% -
XYZ 18.78 12.06 76.94 -
YUV 88.86 208.21 104.56 -
System Red Green Blue C M Y K H S L
Decimal 56 78 231 0.76 0.66 0 0.09 232.46 0.78 0.56
Hex 38 4E E7 4C 42 0 9 E8 4E 38
Octal 70 116 347 114 102 0 11 350 116 70
Binary 111000 1001110 11100111 1001100 1000010 0 1001 11101000 1001110 111000

Color Harmonies of #384EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EE7

Black with #384EE7

Text Example


Text Example

White with #384EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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