Html Css Color HEX #3289BC Curious Blue

📋 copy color: '#3289BC'

red 50 ◦ green 137 ◦ blue 188

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

Shades of Curious Blue #3289BC

Tints of Curious Blue #3289BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 13.33%
G = 36.53%
B = 50.13%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3289BC (or 0x3289BC) is known color: Curious Blue. HEX triplet: 32, 89 and BC. RGB value is (50,137,188). Sum of RGB (Red+Green+Blue) = 50+137+188=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3289BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289BC is #CD7643. Grayscale: #747474. Windows color (decimal): -13465156 or 12355890. OLE color: 12355890.

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

Color convert

RGB 50 137 188 -
CMYK 0.73 0.27 0 0.26
HSL 202.17º 0.58% 0.47% -
HSV(B) 202.17º 0.73% 0.74% -
XYZ 19.34 22.2 50.84 -
YUV 116.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 50 137 188 0.73 0.27 0 0.26 202.17 0.58 0.47
Hex 32 89 BC 49 1B 0 1A CA 3A 2F
Octal 62 211 274 111 33 0 32 312 72 57
Binary 110010 10001001 10111100 1001001 11011 0 11010 11001010 111010 101111

Color Harmonies of #3289BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3289BC

Black with #3289BC

Text Example


Text Example

White with #3289BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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