Html Css Color HEX #3290BD Curious Blue

📋 copy color: '#3290BD'

red 50 ◦ green 144 ◦ blue 189

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

Shades of Curious Blue #3290BD

Tints of Curious Blue #3290BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 13.05%
G = 37.6%
B = 49.35%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3290BD (or 0x3290BD) is known color: Curious Blue. HEX triplet: 32, 90 and BD. RGB value is (50,144,189). Sum of RGB (Red+Green+Blue) = 50+144+189=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #3290BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3290BD is #CD6F42. Grayscale: #787878. Windows color (decimal): -13463363 or 12423218. OLE color: 12423218.

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

Color convert

RGB 50 144 189 -
CMYK 0.74 0.24 0 0.26
HSL 199.42º 0.58% 0.47% -
HSV(B) 199.42º 0.74% 0.74% -
XYZ 20.47 24.3 51.76 -
YUV 121.02 166.36 77.34 -
System Red Green Blue C M Y K H S L
Decimal 50 144 189 0.74 0.24 0 0.26 199.42 0.58 0.47
Hex 32 90 BD 4A 18 0 1A C7 3A 2F
Octal 62 220 275 112 30 0 32 307 72 57
Binary 110010 10010000 10111101 1001010 11000 0 11010 11000111 111010 101111

Color Harmonies of #3290BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3290BD

Black with #3290BD

Text Example


Text Example

White with #3290BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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