Html Css Color HEX #384FE7 Royal Blue

📋 copy color: '#384FE7'

red 56 ◦ green 79 ◦ blue 231

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

Shades of Royal Blue #384FE7

Tints of Royal Blue #384FE7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.58%

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

R = 15.3%
G = 21.58%
B = 63.11%

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

#384FE7 (or 0x384FE7) is known color: Royal Blue. HEX triplet: 38, 4F and E7. RGB value is (56,79,231). Sum of RGB (Red+Green+Blue) = 56+79+231=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 231 (90.62% from 255 or 63.11% from 366); Max value from RGB is 231 - color contains mainly: blue. Hex color #384FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FE7 is #C7B018. Grayscale: #585858. Windows color (decimal): -13086745 or 15159096. OLE color: 15159096.

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

Color convert

RGB 56 79 231 -
CMYK 0.76 0.66 0 0.09
HSL 232.11º 0.78% 0.56% -
HSV(B) 232.11º 0.76% 0.91% -
XYZ 18.85 12.2 76.96 -
YUV 89.45 207.88 104.14 -
System Red Green Blue C M Y K H S L
Decimal 56 79 231 0.76 0.66 0 0.09 232.11 0.78 0.56
Hex 38 4F E7 4C 42 0 9 E8 4E 38
Octal 70 117 347 114 102 0 11 350 116 70
Binary 111000 1001111 11100111 1001100 1000010 0 1001 11101000 1001110 111000

Color Harmonies of #384FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FE7

Black with #384FE7

Text Example


Text Example

White with #384FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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