#387AAD

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

Shades of Curious Blue #387AAD

Tints of Curious Blue #387AAD

Color information

#387AAD (or 0x387AAD) is unknown color: approx Curious Blue. HEX triplet: 38, 7A and AD. RGB value is (56,122,173). Sum of RGB (Red+Green+Blue) = 56+122+173=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #387AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387AAD is #C78552. Grayscale: #6B6B6B. Windows color (decimal): -13075795 or 11369016. OLE color: 11369016.

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

Color convert

RGB56122173-
CMYK0.680.2900.32
HSL206.15º51.09%44.9%-
HSV(B)206.15º67.63%67.84%-
XYZ16.1317.7842.12-
YUV108.08164.6390.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=15.95%
G=34.76%
B=49.29%

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
Decimal561221730.680.2900.32206.1551.0944.9
Hex387AAD441D020ce332d
Octal70172255104350403166355
Binary111000111101010101101100010011101010000011001110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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