#387DBE

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

Shades of Curious Blue #387DBE

Tints of Curious Blue #387DBE

Color information

#387DBE (or 0x387DBE) is unknown color: approx Curious Blue. HEX triplet: 38, 7D and BE. RGB value is (56,125,190). Sum of RGB (Red+Green+Blue) = 56+125+190=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #387DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387DBE is #C78241. Grayscale: #6F6F6F. Windows color (decimal): -13075010 or 12483896. OLE color: 12483896.

HSL color Cylindrical-coordinate representation of color #387DBE: hue angle of 209.1º degrees, saturation: 0.54, 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 #387DBE is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56125190-
CMYK0.710.3400.25
HSL209.1º54.47%48.24%-
HSV(B)209.1º70.53%74.51%-
XYZ18.2619.2351.46-
YUV111.78172.1488.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.09%
GREEN value IS 125 (49.22% from 255) = 33.69%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=15.09%
G=33.69%
B=51.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561251900.710.3400.25209.154.4748.24
Hex387DBE4722019d13630
Octal70175276107420313216660
Binary111000111110110111110100011110001001100111010001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,125,190); }

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

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

 a { background-color: rgb(56,125,190); }

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

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

 span { border-color: rgb(56,125,190); }

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