#3874BB

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

Shades of Curious Blue #3874BB

Tints of Curious Blue #3874BB

Color information

#3874BB (or 0x3874BB) is unknown color: approx Curious Blue. HEX triplet: 38, 74 and BB. RGB value is (56,116,187). Sum of RGB (Red+Green+Blue) = 56+116+187=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #3874BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874BB is #C78B44. Grayscale: #696969. Windows color (decimal): -13077317 or 12284984. OLE color: 12284984.

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

Color convert

RGB56116187-
CMYK0.700.3800.27
HSL212.52º53.91%47.65%-
HSV(B)212.52º70.05%73.33%-
XYZ16.8516.9249.39-
YUV106.15173.6292.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=15.60%
G=32.31%
B=52.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561161870.700.3800.27212.5253.9147.65
Hex3874BB462601Bd53630
Octal70164273106460333256660
Binary111000111010010111011100011010011001101111010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3874BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3874BB; }

 p { color: rgb(56,116,187); }

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

<style>
 a { background-color: #3874BB; }

 a { background-color: rgb(56,116,187); }

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

<style>
 span { border-color: #3874BB; }

 span { border-color: rgb(56,116,187); }

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