#385fda

Color #385FDA Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #385FDA

Tints of Royal Blue #385FDA

Color information

#385FDA (or 0x385FDA) is unknown color: approx Royal Blue. HEX triplet: 38, 5F and DA. RGB value is (56,95,218). Sum of RGB (Red+Green+Blue) = 56+95+218=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #385FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FDA is #C7A025. Grayscale: #606060. Windows color (decimal): -13082662 or 14311224. OLE color: 14311224.

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

Color convert

RGB5695218-
CMYK0.740.5600.15
HSL225.56º68.64%53.73%-
HSV(B)225.56º74.31%85.49%-
XYZ18.3814.0968.08-
YUV97.36196.0898.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.18%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 218 (85.55% from 255) = 59.08%
R=15.18%
G=25.75%
B=59.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56952180.740.5600.15225.5668.6453.73
Hex385FDA4A380Fe24536
Octal701373321127001734210566
Binary111000101111111011010100101011100001111111000101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385fda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #385fda;
 }
 .AnyTagClassName
 {
   color: #385fda;
 }
</style>
background-color css

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

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

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

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

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

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