#387FAE

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

Shades of Curious Blue #387FAE

Tints of Curious Blue #387FAE

Color information

#387FAE (or 0x387FAE) is unknown color: approx Curious Blue. HEX triplet: 38, 7F and AE. RGB value is (56,127,174). Sum of RGB (Red+Green+Blue) = 56+127+174=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #387FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FAE is #C78051. Grayscale: #6E6E6E. Windows color (decimal): -13074514 or 11435832. OLE color: 11435832.

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

Color convert

RGB56127174-
CMYK0.680.2700.32
HSL203.9º51.3%45.1%-
HSV(B)203.9º67.82%68.24%-
XYZ16.8619.0842.84-
YUV111.13163.4888.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=15.69%
G=35.57%
B=48.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561271740.680.2700.32203.951.345.1
Hex387FAE441B020cc332d
Octal70177256104330403146355
Binary111000111111110101110100010011011010000011001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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