#3997BE

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

Shades of Curious Blue #3997BE

Tints of Curious Blue #3997BE

Color information

#3997BE (or 0x3997BE) is unknown color: approx Curious Blue. HEX triplet: 39, 97 and BE. RGB value is (57,151,190). Sum of RGB (Red+Green+Blue) = 57+151+190=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #3997BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3997BE is #C66841. Grayscale: #7F7F7F. Windows color (decimal): -13002818 or 12490553. OLE color: 12490553.

HSL color Cylindrical-coordinate representation of color #3997BE: hue angle of 197.59º 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 #3997BE is Cyan = 0.7, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57151190-
CMYK0.70.2100.25
HSL197.59º53.85%48.43%-
HSV(B)197.59º70%74.51%-
XYZ22.0526.7252.71-
YUV127.34163.3677.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.32%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=14.32%
G=37.94%
B=47.74%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571511900.70.2100.25197.5953.8548.43
Hex3997BE4615019c63630
Octal71227276106250313066660
Binary111001100101111011111010001101010101100111000110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3997BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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