Html Css Color HEX #385DDC Royal Blue

📋 copy color: '#385DDC'

red 56 ◦ green 93 ◦ blue 220

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

Shades of Royal Blue #385DDC

Tints of Royal Blue #385DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 15.18%
G = 25.2%
B = 59.62%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#385DDC (or 0x385DDC) is known color: Royal Blue. HEX triplet: 38, 5D and DC. RGB value is (56,93,220). Sum of RGB (Red+Green+Blue) = 56+93+220=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #385DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DDC is #C7A223. Grayscale: #5F5F5F. Windows color (decimal): -13083172 or 14441784. OLE color: 14441784.

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

Color convert

RGB 56 93 220 -
CMYK 0.75 0.58 0 0.14
HSL 226.46º 0.7% 0.54% -
HSV(B) 226.46º 0.75% 0.86% -
XYZ 18.46 13.84 69.41 -
YUV 96.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 56 93 220 0.75 0.58 0 0.14 226.46 0.7 0.54
Hex 38 5D DC 4B 3A 0 E E2 46 36
Octal 70 135 334 113 72 0 16 342 106 66
Binary 111000 1011101 11011100 1001011 111010 0 1110 11100010 1000110 110110

Color Harmonies of #385DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DDC

Black with #385DDC

Text Example


Text Example

White with #385DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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