Html Css Color HEX #385ADF Royal Blue

📋 copy color: '#385ADF'

red 56 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #385ADF

Tints of Royal Blue #385ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 15.18%
G = 24.39%
B = 60.43%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#385ADF (or 0x385ADF) is known color: Royal Blue. HEX triplet: 38, 5A and DF. RGB value is (56,90,223). Sum of RGB (Red+Green+Blue) = 56+90+223=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #385ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ADF is #C7A520. Grayscale: #5E5E5E. Windows color (decimal): -13083937 or 14637624. OLE color: 14637624.

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

Color convert

RGB 56 90 223 -
CMYK 0.75 0.60 0 0.13
HSL 227.78º 0.72% 0.55% -
HSV(B) 227.78º 0.75% 0.87% -
XYZ 18.61 13.48 71.43 -
YUV 95 200.24 100.19 -
System Red Green Blue C M Y K H S L
Decimal 56 90 223 0.75 0.60 0 0.13 227.78 0.72 0.55
Hex 38 5A DF 4B 3C 0 D E4 48 37
Octal 70 132 337 113 74 0 15 344 110 67
Binary 111000 1011010 11011111 1001011 111100 0 1101 11100100 1001000 110111

Color Harmonies of #385ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ADF

Black with #385ADF

Text Example


Text Example

White with #385ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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