#387CAA

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

Shades of Curious Blue #387CAA

Tints of Curious Blue #387CAA

Color information

#387CAA (or 0x387CAA) is unknown color: approx Curious Blue. HEX triplet: 38, 7C and AA. RGB value is (56,124,170). Sum of RGB (Red+Green+Blue) = 56+124+170=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #387CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CAA is #C78355. Grayscale: #6C6C6C. Windows color (decimal): -13075286 or 11172920. OLE color: 11172920.

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

Color convert

RGB56124170-
CMYK0.670.2700.33
HSL204.21º50.44%44.31%-
HSV(B)204.21º67.06%66.67%-
XYZ16.0918.1640.69-
YUV108.91162.4790.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=16%
G=35.43%
B=48.57%

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
Decimal561241700.670.2700.33204.2150.4444.31
Hex387CAA431B021cc322c
Octal70174252103330413146254
Binary111000111110010101010100001111011010000111001100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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