#387BD2

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

Shades of Royal Blue #387BD2

Tints of Royal Blue #387BD2

Color information

#387BD2 (or 0x387BD2) is unknown color: approx Royal Blue. HEX triplet: 38, 7B and D2. RGB value is (56,123,210). Sum of RGB (Red+Green+Blue) = 56+123+210=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #387BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BD2 is #C7842D. Grayscale: #707070. Windows color (decimal): -13075502 or 13794104. OLE color: 13794104.

HSL color Cylindrical-coordinate representation of color #387BD2: hue angle of 213.9º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #387BD2 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB56123210-
CMYK0.730.4100.18
HSL213.9º63.11%52.16%-
HSV(B)213.9º73.33%82.35%-
XYZ20.3519.6663.7-
YUV112.88182.887.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.40%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 210 (82.42% from 255) = 53.98%
R=14.40%
G=31.62%
B=53.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal561232100.730.4100.18213.963.1152.16
Hex387BD24929012d63f34
Octal70173322111510223267764
Binary111000111101111010010100100110100101001011010110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,123,210); }

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

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

 a { background-color: rgb(56,123,210); }

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

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

 span { border-color: rgb(56,123,210); }

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