Html Css Color HEX #328CDB Curious Blue

📋 copy color: '#328CDB'

red 50 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #328CDB

Tints of Curious Blue #328CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

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

R = 12.22%
G = 34.23%
B = 53.55%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#328CDB (or 0x328CDB) is known color: Curious Blue. HEX triplet: 32, 8C and DB. RGB value is (50,140,219). Sum of RGB (Red+Green+Blue) = 50+140+219=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #328CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CDB is #CD7324. Grayscale: #797979. Windows color (decimal): -13464357 or 14388274. OLE color: 14388274.

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

Color convert

RGB 50 140 219 -
CMYK 0.77 0.36 0 0.14
HSL 208.05º 0.7% 0.53% -
HSV(B) 208.05º 0.77% 0.86% -
XYZ 23.48 24.55 70.52 -
YUV 122.1 182.68 76.58 -
System Red Green Blue C M Y K H S L
Decimal 50 140 219 0.77 0.36 0 0.14 208.05 0.7 0.53
Hex 32 8C DB 4D 24 0 E D0 46 35
Octal 62 214 333 115 44 0 16 320 106 65
Binary 110010 10001100 11011011 1001101 100100 0 1110 11010000 1000110 110101

Color Harmonies of #328CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CDB

Black with #328CDB

Text Example


Text Example

White with #328CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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