Html Css Color HEX #384BE5 Royal Blue

📋 copy color: '#384BE5'

red 56 ◦ green 75 ◦ blue 229

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

Shades of Royal Blue #384BE5

Tints of Royal Blue #384BE5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.83%

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 15.56%
G = 20.83%
B = 63.61%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#384BE5 (or 0x384BE5) is known color: Royal Blue. HEX triplet: 38, 4B and E5. RGB value is (56,75,229). Sum of RGB (Red+Green+Blue) = 56+75+229=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #384BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BE5 is #C7B41A. Grayscale: #565656. Windows color (decimal): -13087771 or 15027000. OLE color: 15027000.

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

Color convert

RGB 56 75 229 -
CMYK 0.76 0.67 0 0.10
HSL 233.41º 0.77% 0.56% -
HSV(B) 233.41º 0.76% 0.9% -
XYZ 18.29 11.53 75.39 -
YUV 86.88 208.21 105.98 -
System Red Green Blue C M Y K H S L
Decimal 56 75 229 0.76 0.67 0 0.10 233.41 0.77 0.56
Hex 38 4B E5 4C 43 0 A E9 4D 38
Octal 70 113 345 114 103 0 12 351 115 70
Binary 111000 1001011 11100101 1001100 1000011 0 1010 11101001 1001101 111000

Color Harmonies of #384BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BE5

Black with #384BE5

Text Example


Text Example

White with #384BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,75,229); }

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

background-color css

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

 a { background-color: rgb(56,75,229); }

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

border-color css

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

 span { border-color: rgb(56,75,229); }

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