#387BBF

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

Shades of Curious Blue #387BBF

Tints of Curious Blue #387BBF

Color information

#387BBF (or 0x387BBF) is unknown color: approx Curious Blue. HEX triplet: 38, 7B and BF. RGB value is (56,123,191). Sum of RGB (Red+Green+Blue) = 56+123+191=370 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.14% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #387BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387BBF is #C78440. Grayscale: #6E6E6E. Windows color (decimal): -13075521 or 12548920. OLE color: 12548920.

HSL color Cylindrical-coordinate representation of color #387BBF: hue angle of 210.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #387BBF is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56123191-
CMYK0.710.3600.25
HSL210.22º54.66%48.43%-
HSV(B)210.22º70.68%74.9%-
XYZ18.1218.7751.96-
YUV110.72173.388.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.14%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 191 (75% from 255) = 51.62%
R=15.14%
G=33.24%
B=51.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561231910.710.3600.25210.2254.6648.43
Hex387BBF4724019d23730
Octal70173277107440313226760
Binary111000111101110111111100011110010001100111010010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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