Html Css Color HEX #328BDB Curious Blue

📋 copy color: '#328BDB'

red 50 ◦ green 139 ◦ blue 219

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

Shades of Curious Blue #328BDB

Tints of Curious Blue #328BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.07%

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

R = 12.25%
G = 34.07%
B = 53.68%

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

#328BDB (or 0x328BDB) is known color: Curious Blue. HEX triplet: 32, 8B and DB. RGB value is (50,139,219). Sum of RGB (Red+Green+Blue) = 50+139+219=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #328BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BDB is #CD7424. Grayscale: #797979. Windows color (decimal): -13464613 or 14388018. OLE color: 14388018.

HSL color Cylindrical-coordinate representation of color #328BDB: hue angle of 208.4º 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 #328BDB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 139 219 -
CMYK 0.77 0.37 0 0.14
HSL 208.4º 0.7% 0.53% -
HSV(B) 208.4º 0.77% 0.86% -
XYZ 23.33 24.26 70.47 -
YUV 121.51 183.01 77 -
System Red Green Blue C M Y K H S L
Decimal 50 139 219 0.77 0.37 0 0.14 208.4 0.7 0.53
Hex 32 8B DB 4D 25 0 E D0 46 35
Octal 62 213 333 115 45 0 16 320 106 65
Binary 110010 10001011 11011011 1001101 100101 0 1110 11010000 1000110 110101

Color Harmonies of #328BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BDB

Black with #328BDB

Text Example


Text Example

White with #328BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328BDB; }

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

 H1.HeaderClassName
 {
   color: #328BDB;
 }
 .AnyTagClassName
 {
   color: #328BDB;
 }
</style>

background-color css

<style>
 a { background-color: #328BDB; }

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

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

border-color css

<style>
 span { border-color: #328BDB; }

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

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