#3872BA

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

Shades of Curious Blue #3872BA

Tints of Curious Blue #3872BA

Color information

#3872BA (or 0x3872BA) is unknown color: approx Curious Blue. HEX triplet: 38, 72 and BA. RGB value is (56,114,186). Sum of RGB (Red+Green+Blue) = 56+114+186=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3872BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3872BA is #C78D45. Grayscale: #686868. Windows color (decimal): -13077830 or 12218936. OLE color: 12218936.

HSL color Cylindrical-coordinate representation of color #3872BA: hue angle of 213.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3872BA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56114186-
CMYK0.700.3900.27
HSL213.23º53.72%47.45%-
HSV(B)213.23º69.89%72.94%-
XYZ16.5116.4248.75-
YUV104.87173.7893.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=15.73%
G=32.02%
B=52.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561141860.700.3900.27213.2353.7247.45
Hex3872BA462701Bd5362f
Octal70162272106470333256657
Binary111000111001010111010100011010011101101111010101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3872BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3872BA; }

 p { color: rgb(56,114,186); }

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

<style>
 a { background-color: #3872BA; }

 a { background-color: rgb(56,114,186); }

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

<style>
 span { border-color: #3872BA; }

 span { border-color: rgb(56,114,186); }

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