#3977BE

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

Shades of Curious Blue #3977BE

Tints of Curious Blue #3977BE

Color information

#3977BE (or 0x3977BE) is unknown color: approx Curious Blue. HEX triplet: 39, 77 and BE. RGB value is (57,119,190). Sum of RGB (Red+Green+Blue) = 57+119+190=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #3977BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3977BE is #C68841. Grayscale: #6C6C6C. Windows color (decimal): -13011010 or 12482361. OLE color: 12482361.

HSL color Cylindrical-coordinate representation of color #3977BE: hue angle of 212.03º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3977BE is Cyan = 0.7, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57119190-
CMYK0.70.3700.25
HSL212.03º53.85%48.43%-
HSV(B)212.03º70%74.51%-
XYZ17.5817.7851.22-
YUV108.56173.9691.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.57%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=15.57%
G=32.51%
B=51.91%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571191900.70.3700.25212.0353.8548.43
Hex3977BE4625019d43630
Octal71167276106450313246660
Binary111001111011110111110100011010010101100111010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3977BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3977BE; }

 p { color: rgb(57,119,190); }

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

<style>
 a { background-color: #3977BE; }

 a { background-color: rgb(57,119,190); }

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

<style>
 span { border-color: #3977BE; }

 span { border-color: rgb(57,119,190); }

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