Html Css Color HEX #3289BA Curious Blue

📋 copy color: '#3289BA'

red 50 ◦ green 137 ◦ blue 186

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

Shades of Curious Blue #3289BA

Tints of Curious Blue #3289BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 13.4%
G = 36.73%
B = 49.87%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3289BA (or 0x3289BA) is known color: Curious Blue. HEX triplet: 32, 89 and BA. RGB value is (50,137,186). Sum of RGB (Red+Green+Blue) = 50+137+186=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #3289BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289BA is #CD7645. Grayscale: #747474. Windows color (decimal): -13465158 or 12224818. OLE color: 12224818.

HSL color Cylindrical-coordinate representation of color #3289BA: hue angle of 201.62º 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 #3289BA is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 137 186 -
CMYK 0.73 0.26 0 0.27
HSL 201.62º 0.58% 0.46% -
HSV(B) 201.62º 0.73% 0.73% -
XYZ 19.12 22.11 49.71 -
YUV 116.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 50 137 186 0.73 0.26 0 0.27 201.62 0.58 0.46
Hex 32 89 BA 49 1A 0 1B CA 3A 2E
Octal 62 211 272 111 32 0 33 312 72 56
Binary 110010 10001001 10111010 1001001 11010 0 11011 11001010 111010 101110

Color Harmonies of #3289BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3289BA

Black with #3289BA

Text Example


Text Example

White with #3289BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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