Html Css Color HEX #385EDC Royal Blue

📋 copy color: '#385EDC'

red 56 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #385EDC

Tints of Royal Blue #385EDC

RGB

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

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

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

R = 15.14%
G = 25.41%
B = 59.46%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#385EDC (or 0x385EDC) is known color: Royal Blue. HEX triplet: 38, 5E and DC. RGB value is (56,94,220). Sum of RGB (Red+Green+Blue) = 56+94+220=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #385EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EDC is #C7A123. Grayscale: #606060. Windows color (decimal): -13082916 or 14442040. OLE color: 14442040.

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

Color convert

RGB 56 94 220 -
CMYK 0.75 0.57 0 0.14
HSL 226.1º 0.7% 0.54% -
HSV(B) 226.1º 0.75% 0.86% -
XYZ 18.55 14.01 69.44 -
YUV 97 197.41 98.75 -
System Red Green Blue C M Y K H S L
Decimal 56 94 220 0.75 0.57 0 0.14 226.1 0.7 0.54
Hex 38 5E DC 4B 39 0 E E2 46 36
Octal 70 136 334 113 71 0 16 342 106 66
Binary 111000 1011110 11011100 1001011 111001 0 1110 11100010 1000110 110110

Color Harmonies of #385EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EDC

Black with #385EDC

Text Example


Text Example

White with #385EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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