#3876B1

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

Shades of Curious Blue #3876B1

Tints of Curious Blue #3876B1

Color information

#3876B1 (or 0x3876B1) is unknown color: approx Curious Blue. HEX triplet: 38, 76 and B1. RGB value is (56,118,177). Sum of RGB (Red+Green+Blue) = 56+118+177=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #3876B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3876B1 is #C7894E. Grayscale: #696969. Windows color (decimal): -13076815 or 11630136. OLE color: 11630136.

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

Color convert

RGB56118177-
CMYK0.680.3300.31
HSL209.26º51.93%45.69%-
HSV(B)209.26º68.36%69.41%-
XYZ16.0516.9744.03-
YUV106.19167.9692.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 177 (69.53% from 255) = 50.43%
R=15.95%
G=33.62%
B=50.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561181770.680.3300.31209.2651.9345.69
Hex3876B1442101Fd1342e
Octal70166261104410373216456
Binary111000111011010110001100010010000101111111010001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3876B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3876B1; }

 p { color: rgb(56,118,177); }

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

<style>
 a { background-color: #3876B1; }

 a { background-color: rgb(56,118,177); }

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

<style>
 span { border-color: #3876B1; }

 span { border-color: rgb(56,118,177); }

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