#3875B7

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

Shades of Curious Blue #3875B7

Tints of Curious Blue #3875B7

Color information

#3875B7 (or 0x3875B7) is unknown color: approx Curious Blue. HEX triplet: 38, 75 and B7. RGB value is (56,117,183). Sum of RGB (Red+Green+Blue) = 56+117+183=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #3875B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875B7 is #C78A48. Grayscale: #696969. Windows color (decimal): -13077065 or 12023096. OLE color: 12023096.

HSL color Cylindrical-coordinate representation of color #3875B7: hue angle of 211.18º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3875B7 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56117183-
CMYK0.690.3600.28
HSL211.18º53.14%46.86%-
HSV(B)211.18º69.4%71.76%-
XYZ16.5416.9847.21-
YUV106.28171.2992.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 183 (71.88% from 255) = 51.40%
R=15.73%
G=32.87%
B=51.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561171830.690.3600.28211.1853.1446.86
Hex3875B7452401Cd3352f
Octal70165267105440343236557
Binary111000111010110110111100010110010001110011010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3875B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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