#3874b5

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

Shades of Curious Blue #3874B5

Tints of Curious Blue #3874B5

Color information

#3874B5 (or 0x3874B5) is unknown color: approx Curious Blue. HEX triplet: 38, 74 and B5. RGB value is (56,116,181). Sum of RGB (Red+Green+Blue) = 56+116+181=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 181 (71.09% from 255 or 51.27% from 353); Max value from RGB is 181 - color contains mainly: blue. Hex color #3874B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874B5 is #C78B4A. Grayscale: #696969. Windows color (decimal): -13077323 or 11891768. OLE color: 11891768.

HSL color Cylindrical-coordinate representation of color #3874B5: hue angle of 211.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3874B5 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56116181-
CMYK0.690.3600.29
HSL211.2º52.74%46.47%-
HSV(B)211.2º69.06%70.98%-
XYZ16.2216.6746.08-
YUV105.47170.6292.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 181 (71.09% from 255) = 51.27%
R=15.86%
G=32.86%
B=51.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561161810.690.3600.29211.252.7446.47
Hex3874B5452401Dd3352e
Octal70164265105440353236556
Binary111000111010010110101100010110010001110111010011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3874b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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