#387CAE

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

Shades of Curious Blue #387CAE

Tints of Curious Blue #387CAE

Color information

#387CAE (or 0x387CAE) is unknown color: approx Curious Blue. HEX triplet: 38, 7C and AE. RGB value is (56,124,174). Sum of RGB (Red+Green+Blue) = 56+124+174=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #387CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CAE is #C78351. Grayscale: #6D6D6D. Windows color (decimal): -13075282 or 11435064. OLE color: 11435064.

HSL color Cylindrical-coordinate representation of color #387CAE: hue angle of 205.42º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387CAE is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56124174-
CMYK0.680.2900.32
HSL205.42º51.3%45.1%-
HSV(B)205.42º67.82%68.24%-
XYZ16.4818.3142.71-
YUV109.37164.4789.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 124 (48.83% from 255) = 35.03%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=15.82%
G=35.03%
B=49.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561241740.680.2900.32205.4251.345.1
Hex387CAE441D020cd332d
Octal70174256104350403156355
Binary111000111110010101110100010011101010000011001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,124,174); }

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

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

 a { background-color: rgb(56,124,174); }

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

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

 span { border-color: rgb(56,124,174); }

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