Html Css Color HEX #385EDB Royal Blue

📋 copy color: '#385EDB'

red 56 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #385EDB

Tints of Royal Blue #385EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.47%

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

R = 15.18%
G = 25.47%
B = 59.35%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#385EDB (or 0x385EDB) is known color: Royal Blue. HEX triplet: 38, 5E and DB. RGB value is (56,94,219). Sum of RGB (Red+Green+Blue) = 56+94+219=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #385EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EDB is #C7A124. Grayscale: #606060. Windows color (decimal): -13082917 or 14376504. OLE color: 14376504.

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

Color convert

RGB 56 94 219 -
CMYK 0.74 0.57 0 0.14
HSL 226.01º 0.69% 0.54% -
HSV(B) 226.01º 0.74% 0.86% -
XYZ 18.42 13.96 68.74 -
YUV 96.89 196.91 98.84 -
System Red Green Blue C M Y K H S L
Decimal 56 94 219 0.74 0.57 0 0.14 226.01 0.69 0.54
Hex 38 5E DB 4A 39 0 E E2 45 36
Octal 70 136 333 112 71 0 16 342 105 66
Binary 111000 1011110 11011011 1001010 111001 0 1110 11100010 1000101 110110

Color Harmonies of #385EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EDB

Black with #385EDB

Text Example


Text Example

White with #385EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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