#3876C1

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

Shades of Curious Blue #3876C1

Tints of Curious Blue #3876C1

Color information

#3876C1 (or 0x3876C1) is unknown color: approx Curious Blue. HEX triplet: 38, 76 and C1. RGB value is (56,118,193). Sum of RGB (Red+Green+Blue) = 56+118+193=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #3876C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3876C1 is #C7893E. Grayscale: #6B6B6B. Windows color (decimal): -13076799 or 12678712. OLE color: 12678712.

HSL color Cylindrical-coordinate representation of color #3876C1: hue angle of 212.85º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3876C1 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB56118193-
CMYK0.710.3900.24
HSL212.85º55.02%48.82%-
HSV(B)212.85º70.98%75.69%-
XYZ17.7317.6552.92-
YUV108.01175.9690.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=15.26%
G=32.15%
B=52.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal561181930.710.3900.24212.8555.0248.82
Hex3876C14727018d53731
Octal70166301107470303256761
Binary111000111011011000001100011110011101100011010101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3876C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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