#3875B1

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

Shades of Curious Blue #3875B1

Tints of Curious Blue #3875B1

Color information

#3875B1 (or 0x3875B1) is unknown color: approx Curious Blue. HEX triplet: 38, 75 and B1. RGB value is (56,117,177). Sum of RGB (Red+Green+Blue) = 56+117+177=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #3875B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3875B1 is #C78A4E. Grayscale: #696969. Windows color (decimal): -13077071 or 11629880. OLE color: 11629880.

HSL color Cylindrical-coordinate representation of color #3875B1: hue angle of 209.75º 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 #3875B1 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56117177-
CMYK0.680.3400.31
HSL209.75º51.93%45.69%-
HSV(B)209.75º68.36%69.41%-
XYZ15.9316.7443.99-
YUV105.6168.2992.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 177 (69.53% from 255) = 50.57%
R=16%
G=33.43%
B=50.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561171770.680.3400.31209.7551.9345.69
Hex3875B1442201Fd2342e
Octal70165261104420373226456
Binary111000111010110110001100010010001001111111010010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3875B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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