#387fd6

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

Shades of Royal Blue #387FD6

Tints of Royal Blue #387FD6

Color information

#387FD6 (or 0x387FD6) is unknown color: approx Royal Blue. HEX triplet: 38, 7F and D6. RGB value is (56,127,214). Sum of RGB (Red+Green+Blue) = 56+127+214=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #387FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FD6 is #C78029. Grayscale: #737373. Windows color (decimal): -13074474 or 14057272. OLE color: 14057272.

HSL color Cylindrical-coordinate representation of color #387FD6: hue angle of 213.04º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #387FD6 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB56127214-
CMYK0.740.4100.16
HSL213.04º65.83%52.94%-
HSV(B)213.04º73.83%83.92%-
XYZ21.3620.8766.52-
YUV115.69183.4885.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 214 (83.98% from 255) = 53.90%
R=14.11%
G=31.99%
B=53.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal561272140.740.4100.16213.0465.8352.94
Hex387FD64A29010d54235
Octal701773261125102032510265
Binary1110001111111110101101001010101001010000110101011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387fd6; }

 p { color: rgb(56,127,214); }

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

<style>
 a { background-color: #387fd6; }

 a { background-color: rgb(56,127,214); }

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

<style>
 span { border-color: #387fd6; }

 span { border-color: rgb(56,127,214); }

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