Html Css Color HEX #3290BA Curious Blue

📋 copy color: '#3290BA'

red 50 ◦ green 144 ◦ blue 186

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

Shades of Curious Blue #3290BA

Tints of Curious Blue #3290BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 13.16%
G = 37.89%
B = 48.95%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3290BA (or 0x3290BA) is known color: Curious Blue. HEX triplet: 32, 90 and BA. RGB value is (50,144,186). Sum of RGB (Red+Green+Blue) = 50+144+186=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #3290BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3290BA is #CD6F45. Grayscale: #787878. Windows color (decimal): -13463366 or 12226610. OLE color: 12226610.

HSL color Cylindrical-coordinate representation of color #3290BA: hue angle of 198.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3290BA is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 144 186 -
CMYK 0.73 0.23 0 0.27
HSL 198.53º 0.58% 0.46% -
HSV(B) 198.53º 0.73% 0.73% -
XYZ 20.15 24.17 50.06 -
YUV 120.68 164.86 77.58 -
System Red Green Blue C M Y K H S L
Decimal 50 144 186 0.73 0.23 0 0.27 198.53 0.58 0.46
Hex 32 90 BA 49 17 0 1B C7 3A 2E
Octal 62 220 272 111 27 0 33 307 72 56
Binary 110010 10010000 10111010 1001001 10111 0 11011 11000111 111010 101110

Color Harmonies of #3290BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3290BA

Black with #3290BA

Text Example


Text Example

White with #3290BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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