Html Css Color HEX #385BDA Royal Blue

📋 copy color: '#385BDA'

red 56 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #385BDA

Tints of Royal Blue #385BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 15.34%
G = 24.93%
B = 59.73%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#385BDA (or 0x385BDA) is known color: Royal Blue. HEX triplet: 38, 5B and DA. RGB value is (56,91,218). Sum of RGB (Red+Green+Blue) = 56+91+218=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #385BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BDA is #C7A425. Grayscale: #5E5E5E. Windows color (decimal): -13083686 or 14310200. OLE color: 14310200.

HSL color Cylindrical-coordinate representation of color #385BDA: hue angle of 227.04º 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 #385BDA is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 91 218 -
CMYK 0.74 0.58 0 0.15
HSL 227.04º 0.69% 0.54% -
HSV(B) 227.04º 0.74% 0.85% -
XYZ 18.03 13.38 67.96 -
YUV 95.01 197.4 100.17 -
System Red Green Blue C M Y K H S L
Decimal 56 91 218 0.74 0.58 0 0.15 227.04 0.69 0.54
Hex 38 5B DA 4A 3A 0 F E3 45 36
Octal 70 133 332 112 72 0 17 343 105 66
Binary 111000 1011011 11011010 1001010 111010 0 1111 11100011 1000101 110110

Color Harmonies of #385BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BDA

Black with #385BDA

Text Example


Text Example

White with #385BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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