#3991BB

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

Shades of Curious Blue #3991BB

Tints of Curious Blue #3991BB

Color information

#3991BB (or 0x3991BB) is unknown color: approx Curious Blue. HEX triplet: 39, 91 and BB. RGB value is (57,145,187). Sum of RGB (Red+Green+Blue) = 57+145+187=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #3991BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3991BB is #C66E44. Grayscale: #7B7B7B. Windows color (decimal): -13004357 or 12292409. OLE color: 12292409.

HSL color Cylindrical-coordinate representation of color #3991BB: hue angle of 199.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3991BB is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57145187-
CMYK0.700.2200.27
HSL199.38º53.28%47.84%-
HSV(B)199.38º69.52%73.33%-
XYZ20.7824.7150.69-
YUV123.48163.8580.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.65%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=14.65%
G=37.28%
B=48.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571451870.700.2200.27199.3853.2847.84
Hex3991BB461601Bc73530
Octal71221273106260333076560
Binary111001100100011011101110001101011001101111000111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3991BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3991BB; }

 p { color: rgb(57,145,187); }

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

<style>
 a { background-color: #3991BB; }

 a { background-color: rgb(57,145,187); }

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

<style>
 span { border-color: #3991BB; }

 span { border-color: rgb(57,145,187); }

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