Html Css Color HEX #385BDB Royal Blue

📋 copy color: '#385BDB'

red 56 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #385BDB

Tints of Royal Blue #385BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 15.3%
G = 24.86%
B = 59.84%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#385BDB (or 0x385BDB) is known color: Royal Blue. HEX triplet: 38, 5B and DB. RGB value is (56,91,219). Sum of RGB (Red+Green+Blue) = 56+91+219=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #385BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BDB is #C7A424. Grayscale: #5E5E5E. Windows color (decimal): -13083685 or 14375736. OLE color: 14375736.

HSL color Cylindrical-coordinate representation of color #385BDB: hue angle of 227.12º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385BDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 91 219 -
CMYK 0.74 0.58 0 0.14
HSL 227.12º 0.69% 0.54% -
HSV(B) 227.12º 0.74% 0.86% -
XYZ 18.16 13.44 68.65 -
YUV 95.13 197.9 100.09 -
System Red Green Blue C M Y K H S L
Decimal 56 91 219 0.74 0.58 0 0.14 227.12 0.69 0.54
Hex 38 5B DB 4A 3A 0 E E3 45 36
Octal 70 133 333 112 72 0 16 343 105 66
Binary 111000 1011011 11011011 1001010 111010 0 1110 11100011 1000101 110110

Color Harmonies of #385BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BDB

Black with #385BDB

Text Example


Text Example

White with #385BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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