#387CAB

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

Shades of Curious Blue #387CAB

Tints of Curious Blue #387CAB

Color information

#387CAB (or 0x387CAB) is unknown color: approx Curious Blue. HEX triplet: 38, 7C and AB. RGB value is (56,124,171). Sum of RGB (Red+Green+Blue) = 56+124+171=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #387CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CAB is #C78354. Grayscale: #6C6C6C. Windows color (decimal): -13075285 or 11238456. OLE color: 11238456.

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

Color convert

RGB56124171-
CMYK0.670.2700.33
HSL204.52º50.66%44.51%-
HSV(B)204.52º67.25%67.06%-
XYZ16.1918.241.19-
YUV109.03162.9790.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=15.95%
G=35.33%
B=48.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561241710.670.2700.33204.5250.6644.51
Hex387CAB431B021cd332d
Octal70174253103330413156355
Binary111000111110010101011100001111011010000111001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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