#387EB3

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

Shades of Curious Blue #387EB3

Tints of Curious Blue #387EB3

Color information

#387EB3 (or 0x387EB3) is unknown color: approx Curious Blue. HEX triplet: 38, 7E and B3. RGB value is (56,126,179). Sum of RGB (Red+Green+Blue) = 56+126+179=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #387EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387EB3 is #C7814C. Grayscale: #6E6E6E. Windows color (decimal): -13074765 or 11763256. OLE color: 11763256.

HSL color Cylindrical-coordinate representation of color #387EB3: hue angle of 205.85º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387EB3 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56126179-
CMYK0.690.3000.30
HSL205.85º52.34%46.08%-
HSV(B)205.85º68.72%70.2%-
XYZ17.2319.0245.41-
YUV111.11166.3188.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 179 (70.31% from 255) = 49.58%
R=15.51%
G=34.90%
B=49.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561261790.690.3000.30205.8552.3446.08
Hex387EB3451E01Ece342e
Octal70176263105360363166456
Binary11100011111101011001110001011111001111011001110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,126,179); }

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

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

 a { background-color: rgb(56,126,179); }

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

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

 span { border-color: rgb(56,126,179); }

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