Html Css Color HEX #385ADA Royal Blue

📋 copy color: '#385ADA'

red 56 ◦ green 90 ◦ blue 218

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

Shades of Royal Blue #385ADA

Tints of Royal Blue #385ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 15.38%
G = 24.73%
B = 59.89%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#385ADA (or 0x385ADA) is known color: Royal Blue. HEX triplet: 38, 5A and DA. RGB value is (56,90,218). Sum of RGB (Red+Green+Blue) = 56+90+218=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #385ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ADA is #C7A525. Grayscale: #5D5D5D. Windows color (decimal): -13083942 or 14309944. OLE color: 14309944.

HSL color Cylindrical-coordinate representation of color #385ADA: hue angle of 227.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385ADA is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 90 218 -
CMYK 0.74 0.59 0 0.15
HSL 227.41º 0.69% 0.54% -
HSV(B) 227.41º 0.74% 0.85% -
XYZ 17.94 13.22 67.93 -
YUV 94.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 56 90 218 0.74 0.59 0 0.15 227.41 0.69 0.54
Hex 38 5A DA 4A 3B 0 F E3 45 36
Octal 70 132 332 112 73 0 17 343 105 66
Binary 111000 1011010 11011010 1001010 111011 0 1111 11100011 1000101 110110

Color Harmonies of #385ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ADA

Black with #385ADA

Text Example


Text Example

White with #385ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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