Html Css Color HEX #384DE5 Royal Blue

📋 copy color: '#384DE5'

red 56 ◦ green 77 ◦ blue 229

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

Shades of Royal Blue #384DE5

Tints of Royal Blue #384DE5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

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

R = 15.47%
G = 21.27%
B = 63.26%

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

#384DE5 (or 0x384DE5) is known color: Royal Blue. HEX triplet: 38, 4D and E5. RGB value is (56,77,229). Sum of RGB (Red+Green+Blue) = 56+77+229=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #384DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DE5 is #C7B21A. Grayscale: #575757. Windows color (decimal): -13087259 or 15027512. OLE color: 15027512.

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

Color convert

RGB 56 77 229 -
CMYK 0.76 0.66 0 0.10
HSL 232.72º 0.77% 0.56% -
HSV(B) 232.72º 0.76% 0.9% -
XYZ 18.43 11.81 75.44 -
YUV 88.05 207.54 105.14 -
System Red Green Blue C M Y K H S L
Decimal 56 77 229 0.76 0.66 0 0.10 232.72 0.77 0.56
Hex 38 4D E5 4C 42 0 A E9 4D 38
Octal 70 115 345 114 102 0 12 351 115 70
Binary 111000 1001101 11100101 1001100 1000010 0 1010 11101001 1001101 111000

Color Harmonies of #384DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DE5

Black with #384DE5

Text Example


Text Example

White with #384DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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