Html Css Color HEX #3990BF Curious Blue

📋 copy color: '#3990BF'

red 57 ◦ green 144 ◦ blue 191

#3990BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3990BF

Tints of Curious Blue #3990BF

RGB

 RED value IS 57 (22.66% from 255) = 14.54%

 GREEN value IS 144 (56.64% from 255) = 36.73%

 BLUE value IS 191 (75% from 255) = 48.72%

R = 14.54%
G = 36.73%
B = 48.72%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3990BF (or 0x3990BF) is known color: Curious Blue. HEX triplet: 39, 90 and BF. RGB value is (57,144,191). Sum of RGB (Red+Green+Blue) = 57+144+191=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #3990BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3990BF is #C66F40. Grayscale: #7B7B7B. Windows color (decimal): -13004609 or 12554297. OLE color: 12554297.

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

Color convert

RGB 57 144 191 -
CMYK 0.70 0.25 0 0.25
HSL 201.04º 0.54% 0.49% -
HSV(B) 201.04º 0.7% 0.75% -
XYZ 21.06 24.58 52.92 -
YUV 123.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 57 144 191 0.70 0.25 0 0.25 201.04 0.54 0.49
Hex 39 90 BF 46 19 0 19 C9 36 31
Octal 71 220 277 106 31 0 31 311 66 61
Binary 111001 10010000 10111111 1000110 11001 0 11001 11001001 110110 110001

Color Harmonies of #3990BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3990BF

Black with #3990BF

Text Example


Text Example

White with #3990BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3990BF; }

 p { color: rgb(57,144,191); }

 H1.HeaderClassName
 {
   color: #3990BF;
 }
 .AnyTagClassName
 {
   color: #3990BF;
 }
</style>

background-color css

<style>
 a { background-color: #3990BF; }

 a { background-color: rgb(57,144,191); }

 div.DivClassName
 {
   background-color: #3990BF;
 }
 .BgClassName
 {
   background-color: #3990BF;
 }
</style>

border-color css

<style>
 span { border-color: #3990BF; }

 span { border-color: rgb(57,144,191); }

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