Html Css Color HEX #385ADD Royal Blue

📋 copy color: '#385ADD'

red 56 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #385ADD

Tints of Royal Blue #385ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 15.26%
G = 24.52%
B = 60.22%

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

#385ADD (or 0x385ADD) is known color: Royal Blue. HEX triplet: 38, 5A and DD. RGB value is (56,90,221). Sum of RGB (Red+Green+Blue) = 56+90+221=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #385ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ADD is #C7A522. Grayscale: #5E5E5E. Windows color (decimal): -13083939 or 14506552. OLE color: 14506552.

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

Color convert

RGB 56 90 221 -
CMYK 0.75 0.59 0 0.13
HSL 227.64º 0.71% 0.54% -
HSV(B) 227.64º 0.75% 0.87% -
XYZ 18.34 13.37 70.02 -
YUV 94.77 199.24 100.35 -
System Red Green Blue C M Y K H S L
Decimal 56 90 221 0.75 0.59 0 0.13 227.64 0.71 0.54
Hex 38 5A DD 4B 3B 0 D E4 47 36
Octal 70 132 335 113 73 0 15 344 107 66
Binary 111000 1011010 11011101 1001011 111011 0 1101 11100100 1000111 110110

Color Harmonies of #385ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ADD

Black with #385ADD

Text Example


Text Example

White with #385ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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