Html Css Color HEX #384FE6 Royal Blue

📋 copy color: '#384FE6'

red 56 ◦ green 79 ◦ blue 230

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

Shades of Royal Blue #384FE6

Tints of Royal Blue #384FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.01%

R = 15.34%
G = 21.64%
B = 63.01%

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

#384FE6 (or 0x384FE6) is known color: Royal Blue. HEX triplet: 38, 4F and E6. RGB value is (56,79,230). Sum of RGB (Red+Green+Blue) = 56+79+230=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #384FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FE6 is #C7B019. Grayscale: #585858. Windows color (decimal): -13086746 or 15093560. OLE color: 15093560.

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

Color convert

RGB 56 79 230 -
CMYK 0.76 0.66 0 0.10
HSL 232.07º 0.78% 0.56% -
HSV(B) 232.07º 0.76% 0.9% -
XYZ 18.71 12.15 76.22 -
YUV 89.34 207.38 104.22 -
System Red Green Blue C M Y K H S L
Decimal 56 79 230 0.76 0.66 0 0.10 232.07 0.78 0.56
Hex 38 4F E6 4C 42 0 A E8 4E 38
Octal 70 117 346 114 102 0 12 350 116 70
Binary 111000 1001111 11100110 1001100 1000010 0 1010 11101000 1001110 111000

Color Harmonies of #384FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FE6

Black with #384FE6

Text Example


Text Example

White with #384FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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