Html Css Color HEX #328ADB Curious Blue

📋 copy color: '#328ADB'

red 50 ◦ green 138 ◦ blue 219

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

Shades of Curious Blue #328ADB

Tints of Curious Blue #328ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

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

R = 12.29%
G = 33.91%
B = 53.81%

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

#328ADB (or 0x328ADB) is known color: Curious Blue. HEX triplet: 32, 8A and DB. RGB value is (50,138,219). Sum of RGB (Red+Green+Blue) = 50+138+219=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #328ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ADB is #CD7524. Grayscale: #787878. Windows color (decimal): -13464869 or 14387762. OLE color: 14387762.

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

Color convert

RGB 50 138 219 -
CMYK 0.77 0.37 0 0.14
HSL 208.76º 0.7% 0.53% -
HSV(B) 208.76º 0.77% 0.86% -
XYZ 23.19 23.97 70.42 -
YUV 120.92 183.35 77.41 -
System Red Green Blue C M Y K H S L
Decimal 50 138 219 0.77 0.37 0 0.14 208.76 0.7 0.53
Hex 32 8A DB 4D 25 0 E D1 46 35
Octal 62 212 333 115 45 0 16 321 106 65
Binary 110010 10001010 11011011 1001101 100101 0 1110 11010001 1000110 110101

Color Harmonies of #328ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328ADB

Black with #328ADB

Text Example


Text Example

White with #328ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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