#3874B3

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

Shades of Curious Blue #3874B3

Tints of Curious Blue #3874B3

Color information

#3874B3 (or 0x3874B3) is unknown color: approx Curious Blue. HEX triplet: 38, 74 and B3. RGB value is (56,116,179). Sum of RGB (Red+Green+Blue) = 56+116+179=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #3874B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874B3 is #C78B4C. Grayscale: #686868. Windows color (decimal): -13077325 or 11760696. OLE color: 11760696.

HSL color Cylindrical-coordinate representation of color #3874B3: hue angle of 210.73º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3874B3 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56116179-
CMYK0.690.3500.30
HSL210.73º52.34%46.08%-
HSV(B)210.73º68.72%70.2%-
XYZ16.0116.5945.01-
YUV105.24169.6292.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=15.95%
G=33.05%
B=51.00%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561161790.690.3500.30210.7352.3446.08
Hex3874B3452301Ed3342e
Octal70164263105430363236456
Binary111000111010010110011100010110001101111011010011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3874B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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