#387CAD

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

Shades of Curious Blue #387CAD

Tints of Curious Blue #387CAD

Color information

#387CAD (or 0x387CAD) is unknown color: approx Curious Blue. HEX triplet: 38, 7C and AD. RGB value is (56,124,173). Sum of RGB (Red+Green+Blue) = 56+124+173=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #387CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CAD is #C78352. Grayscale: #6C6C6C. Windows color (decimal): -13075283 or 11369528. OLE color: 11369528.

HSL color Cylindrical-coordinate representation of color #387CAD: hue angle of 205.13º 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 #387CAD is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56124173-
CMYK0.680.2800.32
HSL205.13º51.09%44.9%-
HSV(B)205.13º67.63%67.84%-
XYZ16.3818.2742.2-
YUV109.25163.9790.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=15.86%
G=35.13%
B=49.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561241730.680.2800.32205.1351.0944.9
Hex387CAD441C020cd332d
Octal70174255104340403156355
Binary111000111110010101101100010011100010000011001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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