Html Css Color HEX #384FE9 Royal Blue

📋 copy color: '#384FE9'

red 56 ◦ green 79 ◦ blue 233

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

Shades of Royal Blue #384FE9

Tints of Royal Blue #384FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 63.32%

R = 15.22%
G = 21.47%
B = 63.32%

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

#384FE9 (or 0x384FE9) is known color: Royal Blue. HEX triplet: 38, 4F and E9. RGB value is (56,79,233). Sum of RGB (Red+Green+Blue) = 56+79+233=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #384FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FE9 is #C7B016. Grayscale: #595959. Windows color (decimal): -13086743 or 15290168. OLE color: 15290168.

HSL color Cylindrical-coordinate representation of color #384FE9: hue angle of 232.2º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384FE9 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 79 233 -
CMYK 0.76 0.66 0 0.09
HSL 232.2º 0.8% 0.57% -
HSV(B) 232.2º 0.76% 0.91% -
XYZ 19.13 12.32 78.46 -
YUV 89.68 208.88 103.98 -
System Red Green Blue C M Y K H S L
Decimal 56 79 233 0.76 0.66 0 0.09 232.2 0.8 0.57
Hex 38 4F E9 4C 42 0 9 E8 50 39
Octal 70 117 351 114 102 0 11 350 120 71
Binary 111000 1001111 11101001 1001100 1000010 0 1001 11101000 1010000 111001

Color Harmonies of #384FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FE9

Black with #384FE9

Text Example


Text Example

White with #384FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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