#387EA7

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

Shades of Curious Blue #387EA7

Tints of Curious Blue #387EA7

Color information

#387EA7 (or 0x387EA7) is unknown color: approx Curious Blue. HEX triplet: 38, 7E and A7. RGB value is (56,126,167). Sum of RGB (Red+Green+Blue) = 56+126+167=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #387EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EA7 is #C78158. Grayscale: #6D6D6D. Windows color (decimal): -13074777 or 10976824. OLE color: 10976824.

HSL color Cylindrical-coordinate representation of color #387EA7: hue angle of 202.16º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #387EA7 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56126167-
CMYK0.660.2500.35
HSL202.16º49.78%43.73%-
HSV(B)202.16º66.47%65.49%-
XYZ16.0718.5539.29-
YUV109.74160.3189.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=16.05%
G=36.10%
B=47.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561261670.660.2500.35202.1649.7843.73
Hex387EA74219023ca322c
Octal70176247102310433126254
Binary111000111111010100111100001011001010001111001010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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