#387FAF

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

Shades of Curious Blue #387FAF

Tints of Curious Blue #387FAF

Color information

#387FAF (or 0x387FAF) is unknown color: approx Curious Blue. HEX triplet: 38, 7F and AF. RGB value is (56,127,175). Sum of RGB (Red+Green+Blue) = 56+127+175=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #387FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387FAF is #C78050. Grayscale: #6E6E6E. Windows color (decimal): -13074513 or 11501368. OLE color: 11501368.

HSL color Cylindrical-coordinate representation of color #387FAF: hue angle of 204.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #387FAF is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56127175-
CMYK0.680.2700.31
HSL204.2º51.52%45.29%-
HSV(B)204.2º68%68.63%-
XYZ16.9619.1143.35-
YUV111.24163.9888.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.64%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=15.64%
G=35.47%
B=48.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561271750.680.2700.31204.251.5245.29
Hex387FAF441B01Fcc342d
Octal70177257104330373146455
Binary11100011111111010111110001001101101111111001100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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