#3876BF

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

Shades of Curious Blue #3876BF

Tints of Curious Blue #3876BF

Color information

#3876BF (or 0x3876BF) is unknown color: approx Curious Blue. HEX triplet: 38, 76 and BF. RGB value is (56,118,191). Sum of RGB (Red+Green+Blue) = 56+118+191=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #3876BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876BF is #C78940. Grayscale: #6B6B6B. Windows color (decimal): -13076801 or 12547640. OLE color: 12547640.

HSL color Cylindrical-coordinate representation of color #3876BF: hue angle of 212.44º degrees, saturation: 0.55, 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 #3876BF is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56118191-
CMYK0.710.3800.25
HSL212.44º54.66%48.43%-
HSV(B)212.44º70.68%74.9%-
XYZ17.5117.5651.76-
YUV107.78174.9691.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 191 (75% from 255) = 52.33%
R=15.34%
G=32.33%
B=52.33%

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
Decimal561181910.710.3800.25212.4454.6648.43
Hex3876BF4726019d43730
Octal70166277107460313246760
Binary111000111011010111111100011110011001100111010100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3876BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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