Html Css Color HEX #385EDE Royal Blue

📋 copy color: '#385EDE'

red 56 ◦ green 94 ◦ blue 222

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

Shades of Royal Blue #385EDE

Tints of Royal Blue #385EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 15.05%
G = 25.27%
B = 59.68%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#385EDE (or 0x385EDE) is known color: Royal Blue. HEX triplet: 38, 5E and DE. RGB value is (56,94,222). Sum of RGB (Red+Green+Blue) = 56+94+222=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #385EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EDE is #C7A121. Grayscale: #606060. Windows color (decimal): -13082914 or 14573112. OLE color: 14573112.

HSL color Cylindrical-coordinate representation of color #385EDE: hue angle of 226.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385EDE is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 94 222 -
CMYK 0.75 0.58 0 0.13
HSL 226.27º 0.72% 0.55% -
HSV(B) 226.27º 0.75% 0.87% -
XYZ 18.82 14.12 70.84 -
YUV 97.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 56 94 222 0.75 0.58 0 0.13 226.27 0.72 0.55
Hex 38 5E DE 4B 3A 0 D E2 48 37
Octal 70 136 336 113 72 0 15 342 110 67
Binary 111000 1011110 11011110 1001011 111010 0 1101 11100010 1001000 110111

Color Harmonies of #385EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EDE

Black with #385EDE

Text Example


Text Example

White with #385EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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