#387FBB

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

Shades of Curious Blue #387FBB

Tints of Curious Blue #387FBB

Color information

#387FBB (or 0x387FBB) is unknown color: approx Curious Blue. HEX triplet: 38, 7F and BB. RGB value is (56,127,187). Sum of RGB (Red+Green+Blue) = 56+127+187=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #387FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387FBB is #C78044. Grayscale: #707070. Windows color (decimal): -13074501 or 12287800. OLE color: 12287800.

HSL color Cylindrical-coordinate representation of color #387FBB: hue angle of 207.48º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387FBB is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56127187-
CMYK0.700.3200.27
HSL207.48º53.91%47.65%-
HSV(B)207.48º70.05%73.33%-
XYZ18.1919.6149.84-
YUV112.61169.9887.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.14%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=15.14%
G=34.32%
B=50.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561271870.700.3200.27207.4853.9147.65
Hex387FBB462001Bcf3630
Octal70177273106400333176660
Binary111000111111110111011100011010000001101111001111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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