Html Css Color HEX #3289DB Curious Blue

📋 copy color: '#3289DB'

red 50 ◦ green 137 ◦ blue 219

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

Shades of Curious Blue #3289DB

Tints of Curious Blue #3289DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 12.32%
G = 33.74%
B = 53.94%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3289DB (or 0x3289DB) is known color: Curious Blue. HEX triplet: 32, 89 and DB. RGB value is (50,137,219). Sum of RGB (Red+Green+Blue) = 50+137+219=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #3289DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3289DB is #CD7624. Grayscale: #777777. Windows color (decimal): -13465125 or 14387506. OLE color: 14387506.

HSL color Cylindrical-coordinate representation of color #3289DB: hue angle of 209.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3289DB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 137 219 -
CMYK 0.77 0.37 0 0.14
HSL 209.11º 0.7% 0.53% -
HSV(B) 209.11º 0.77% 0.86% -
XYZ 23.05 23.68 70.37 -
YUV 120.34 183.68 77.83 -
System Red Green Blue C M Y K H S L
Decimal 50 137 219 0.77 0.37 0 0.14 209.11 0.7 0.53
Hex 32 89 DB 4D 25 0 E D1 46 35
Octal 62 211 333 115 45 0 16 321 106 65
Binary 110010 10001001 11011011 1001101 100101 0 1110 11010001 1000110 110101

Color Harmonies of #3289DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3289DB

Black with #3289DB

Text Example


Text Example

White with #3289DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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