Html Css Color HEX #328DB6 Curious Blue

📋 copy color: '#328DB6'

red 50 ◦ green 141 ◦ blue 182

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

Shades of Curious Blue #328DB6

Tints of Curious Blue #328DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.79%

R = 13.4%
G = 37.8%
B = 48.79%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#328DB6 (or 0x328DB6) is known color: Curious Blue. HEX triplet: 32, 8D and B6. RGB value is (50,141,182). Sum of RGB (Red+Green+Blue) = 50+141+182=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #328DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DB6 is #CD7249. Grayscale: #767676. Windows color (decimal): -13464138 or 11963698. OLE color: 11963698.

HSL color Cylindrical-coordinate representation of color #328DB6: hue angle of 198.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328DB6 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 141 182 -
CMYK 0.73 0.23 0 0.29
HSL 198.64º 0.57% 0.45% -
HSV(B) 198.64º 0.73% 0.71% -
XYZ 19.28 23.11 47.7 -
YUV 118.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 50 141 182 0.73 0.23 0 0.29 198.64 0.57 0.45
Hex 32 8D B6 49 17 0 1D C7 39 2D
Octal 62 215 266 111 27 0 35 307 71 55
Binary 110010 10001101 10110110 1001001 10111 0 11101 11000111 111001 101101

Color Harmonies of #328DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DB6

Black with #328DB6

Text Example


Text Example

White with #328DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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