Html Css Color HEX #385ADE Royal Blue

📋 copy color: '#385ADE'

red 56 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #385ADE

Tints of Royal Blue #385ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

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

R = 15.22%
G = 24.46%
B = 60.33%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#385ADE (or 0x385ADE) is known color: Royal Blue. HEX triplet: 38, 5A and DE. RGB value is (56,90,222). Sum of RGB (Red+Green+Blue) = 56+90+222=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #385ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ADE is #C7A521. Grayscale: #5E5E5E. Windows color (decimal): -13083938 or 14572088. OLE color: 14572088.

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

Color convert

RGB 56 90 222 -
CMYK 0.75 0.59 0 0.13
HSL 227.71º 0.72% 0.55% -
HSV(B) 227.71º 0.75% 0.87% -
XYZ 18.47 13.43 70.73 -
YUV 94.88 199.74 100.27 -
System Red Green Blue C M Y K H S L
Decimal 56 90 222 0.75 0.59 0 0.13 227.71 0.72 0.55
Hex 38 5A DE 4B 3B 0 D E4 48 37
Octal 70 132 336 113 73 0 15 344 110 67
Binary 111000 1011010 11011110 1001011 111011 0 1101 11100100 1001000 110111

Color Harmonies of #385ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ADE

Black with #385ADE

Text Example


Text Example

White with #385ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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