#3974B8

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

Shades of Curious Blue #3974B8

Tints of Curious Blue #3974B8

Color information

#3974B8 (or 0x3974B8) is unknown color: approx Curious Blue. HEX triplet: 39, 74 and B8. RGB value is (57,116,184). Sum of RGB (Red+Green+Blue) = 57+116+184=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #3974B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3974B8 is #C68B47. Grayscale: #696969. Windows color (decimal): -13011784 or 12088377. OLE color: 12088377.

HSL color Cylindrical-coordinate representation of color #3974B8: hue angle of 212.13º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3974B8 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB57116184-
CMYK0.690.3700.28
HSL212.13º52.7%47.25%-
HSV(B)212.13º69.02%72.16%-
XYZ16.5816.8247.72-
YUV106.11171.9592.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 184 (72.27% from 255) = 51.54%
R=15.97%
G=32.49%
B=51.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal571161840.690.3700.28212.1352.747.25
Hex3974B8452501Cd4352f
Octal71164270105450343246557
Binary111001111010010111000100010110010101110011010100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3974B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3974B8; }

 p { color: rgb(57,116,184); }

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

<style>
 a { background-color: #3974B8; }

 a { background-color: rgb(57,116,184); }

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

<style>
 span { border-color: #3974B8; }

 span { border-color: rgb(57,116,184); }

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