Html Css Color HEX #3291BD Curious Blue

📋 copy color: '#3291BD'

red 50 ◦ green 145 ◦ blue 189

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

Shades of Curious Blue #3291BD

Tints of Curious Blue #3291BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

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

R = 13.02%
G = 37.76%
B = 49.22%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3291BD (or 0x3291BD) is known color: Curious Blue. HEX triplet: 32, 91 and BD. RGB value is (50,145,189). Sum of RGB (Red+Green+Blue) = 50+145+189=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #3291BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3291BD is #CD6E42. Grayscale: #797979. Windows color (decimal): -13463107 or 12423474. OLE color: 12423474.

HSL color Cylindrical-coordinate representation of color #3291BD: hue angle of 198.99º 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 #3291BD is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 145 189 -
CMYK 0.74 0.23 0 0.26
HSL 198.99º 0.58% 0.47% -
HSV(B) 198.99º 0.74% 0.74% -
XYZ 20.63 24.6 51.81 -
YUV 121.61 166.03 76.92 -
System Red Green Blue C M Y K H S L
Decimal 50 145 189 0.74 0.23 0 0.26 198.99 0.58 0.47
Hex 32 91 BD 4A 17 0 1A C7 3A 2F
Octal 62 221 275 112 27 0 32 307 72 57
Binary 110010 10010001 10111101 1001010 10111 0 11010 11000111 111010 101111

Color Harmonies of #3291BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3291BD

Black with #3291BD

Text Example


Text Example

White with #3291BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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