Html Css Color HEX #385DD5 Royal Blue

📋 copy color: '#385DD5'

red 56 ◦ green 93 ◦ blue 213

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

Shades of Royal Blue #385DD5

Tints of Royal Blue #385DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.84%

R = 15.47%
G = 25.69%
B = 58.84%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#385DD5 (or 0x385DD5) is known color: Royal Blue. HEX triplet: 38, 5D and D5. RGB value is (56,93,213). Sum of RGB (Red+Green+Blue) = 56+93+213=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #385DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DD5 is #C7A22A. Grayscale: #5F5F5F. Windows color (decimal): -13083179 or 13983032. OLE color: 13983032.

HSL color Cylindrical-coordinate representation of color #385DD5: hue angle of 225.86º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385DD5 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 93 213 -
CMYK 0.74 0.56 0 0.16
HSL 225.86º 0.65% 0.53% -
HSV(B) 225.86º 0.74% 0.84% -
XYZ 17.56 13.47 64.63 -
YUV 95.62 194.24 99.74 -
System Red Green Blue C M Y K H S L
Decimal 56 93 213 0.74 0.56 0 0.16 225.86 0.65 0.53
Hex 38 5D D5 4A 38 0 10 E2 41 35
Octal 70 135 325 112 70 0 20 342 101 65
Binary 111000 1011101 11010101 1001010 111000 0 10000 11100010 1000001 110101

Color Harmonies of #385DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DD5

Black with #385DD5

Text Example


Text Example

White with #385DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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