Html Css Color HEX #385BE0 Royal Blue

📋 copy color: '#385BE0'

red 56 ◦ green 91 ◦ blue 224

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

Shades of Royal Blue #385BE0

Tints of Royal Blue #385BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.53%

 BLUE value IS 224 (87.89% from 255) = 60.38%

R = 15.09%
G = 24.53%
B = 60.38%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#385BE0 (or 0x385BE0) is known color: Royal Blue. HEX triplet: 38, 5B and E0. RGB value is (56,91,224). Sum of RGB (Red+Green+Blue) = 56+91+224=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #385BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BE0 is #C7A41F. Grayscale: #5F5F5F. Windows color (decimal): -13083680 or 14703416. OLE color: 14703416.

HSL color Cylindrical-coordinate representation of color #385BE0: hue angle of 227.5º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385BE0 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 91 224 -
CMYK 0.75 0.59 0 0.12
HSL 227.5º 0.73% 0.55% -
HSV(B) 227.5º 0.75% 0.88% -
XYZ 18.83 13.7 72.17 -
YUV 95.7 200.4 99.69 -
System Red Green Blue C M Y K H S L
Decimal 56 91 224 0.75 0.59 0 0.12 227.5 0.73 0.55
Hex 38 5B E0 4B 3B 0 C E4 49 37
Octal 70 133 340 113 73 0 14 344 111 67
Binary 111000 1011011 11100000 1001011 111011 0 1100 11100100 1001001 110111

Color Harmonies of #385BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BE0

Black with #385BE0

Text Example


Text Example

White with #385BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385BE0; }

 p { color: rgb(56,91,224); }

 H1.HeaderClassName
 {
   color: #385BE0;
 }
 .AnyTagClassName
 {
   color: #385BE0;
 }
</style>

background-color css

<style>
 a { background-color: #385BE0; }

 a { background-color: rgb(56,91,224); }

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

border-color css

<style>
 span { border-color: #385BE0; }

 span { border-color: rgb(56,91,224); }

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