Html Css Color HEX #385DDB Royal Blue

📋 copy color: '#385DDB'

red 56 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #385DDB

Tints of Royal Blue #385DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.27%

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

R = 15.22%
G = 25.27%
B = 59.51%

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

#385DDB (or 0x385DDB) is known color: Royal Blue. HEX triplet: 38, 5D and DB. RGB value is (56,93,219). Sum of RGB (Red+Green+Blue) = 56+93+219=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #385DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DDB is #C7A224. Grayscale: #5F5F5F. Windows color (decimal): -13083173 or 14376248. OLE color: 14376248.

HSL color Cylindrical-coordinate representation of color #385DDB: hue angle of 226.38º 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 #385DDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 93 219 -
CMYK 0.74 0.58 0 0.14
HSL 226.38º 0.69% 0.54% -
HSV(B) 226.38º 0.74% 0.86% -
XYZ 18.33 13.78 68.71 -
YUV 96.3 197.24 99.25 -
System Red Green Blue C M Y K H S L
Decimal 56 93 219 0.74 0.58 0 0.14 226.38 0.69 0.54
Hex 38 5D DB 4A 3A 0 E E2 45 36
Octal 70 135 333 112 72 0 16 342 105 66
Binary 111000 1011101 11011011 1001010 111010 0 1110 11100010 1000101 110110

Color Harmonies of #385DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DDB

Black with #385DDB

Text Example


Text Example

White with #385DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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