Html Css Color HEX #3290BF Curious Blue

📋 copy color: '#3290BF'

red 50 ◦ green 144 ◦ blue 191

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

Shades of Curious Blue #3290BF

Tints of Curious Blue #3290BF

RGB

 RED value IS 50 (19.92% from 255) = 12.99%

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

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

R = 12.99%
G = 37.4%
B = 49.61%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3290BF (or 0x3290BF) is known color: Curious Blue. HEX triplet: 32, 90 and BF. RGB value is (50,144,191). Sum of RGB (Red+Green+Blue) = 50+144+191=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #3290BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3290BF is #CD6F40. Grayscale: #787878. Windows color (decimal): -13463361 or 12554290. OLE color: 12554290.

HSL color Cylindrical-coordinate representation of color #3290BF: hue angle of 200º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3290BF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 144 191 -
CMYK 0.74 0.25 0 0.25
HSL 200º 0.59% 0.47% -
HSV(B) 200º 0.74% 0.75% -
XYZ 20.69 24.39 52.91 -
YUV 121.25 167.36 77.18 -
System Red Green Blue C M Y K H S L
Decimal 50 144 191 0.74 0.25 0 0.25 200 0.59 0.47
Hex 32 90 BF 4A 19 0 19 C8 3B 2F
Octal 62 220 277 112 31 0 31 310 73 57
Binary 110010 10010000 10111111 1001010 11001 0 11001 11001000 111011 101111

Color Harmonies of #3290BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3290BF

Black with #3290BF

Text Example


Text Example

White with #3290BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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