Html Css Color HEX #328DDC Curious Blue

📋 copy color: '#328DDC'

red 50 ◦ green 141 ◦ blue 220

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

Shades of Curious Blue #328DDC

Tints of Curious Blue #328DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 12.17%
G = 34.31%
B = 53.53%

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

#328DDC (or 0x328DDC) is known color: Curious Blue. HEX triplet: 32, 8D and DC. RGB value is (50,141,220). Sum of RGB (Red+Green+Blue) = 50+141+220=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #328DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DDC is #CD7223. Grayscale: #7A7A7A. Windows color (decimal): -13464100 or 14454066. OLE color: 14454066.

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

Color convert

RGB 50 141 220 -
CMYK 0.77 0.36 0 0.14
HSL 207.88º 0.71% 0.53% -
HSV(B) 207.88º 0.77% 0.86% -
XYZ 23.76 24.9 71.26 -
YUV 122.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 50 141 220 0.77 0.36 0 0.14 207.88 0.71 0.53
Hex 32 8D DC 4D 24 0 E D0 47 35
Octal 62 215 334 115 44 0 16 320 107 65
Binary 110010 10001101 11011100 1001101 100100 0 1110 11010000 1000111 110101

Color Harmonies of #328DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DDC

Black with #328DDC

Text Example


Text Example

White with #328DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,141,220); }

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

background-color css

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

 a { background-color: rgb(50,141,220); }

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

border-color css

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

 span { border-color: rgb(50,141,220); }

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