#3875BE

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

Shades of Curious Blue #3875BE

Tints of Curious Blue #3875BE

Color information

#3875BE (or 0x3875BE) is unknown color: approx Curious Blue. HEX triplet: 38, 75 and BE. RGB value is (56,117,190). Sum of RGB (Red+Green+Blue) = 56+117+190=363 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.43% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #3875BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875BE is #C78A41. Grayscale: #6A6A6A. Windows color (decimal): -13077058 or 12481848. OLE color: 12481848.

HSL color Cylindrical-coordinate representation of color #3875BE: hue angle of 212.69º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3875BE is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56117190-
CMYK0.710.3800.25
HSL212.69º54.47%48.24%-
HSV(B)212.69º70.53%74.51%-
XYZ17.2917.2851.14-
YUV107.08174.7991.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.43%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=15.43%
G=32.23%
B=52.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561171900.710.3800.25212.6954.4748.24
Hex3875BE4726019d53630
Octal70165276107460313256660
Binary111000111010110111110100011110011001100111010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3875BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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