Html Css Color HEX #328DBA Curious Blue

📋 copy color: '#328DBA'

red 50 ◦ green 141 ◦ blue 186

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

Shades of Curious Blue #328DBA

Tints of Curious Blue #328DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 13.26%
G = 37.4%
B = 49.34%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#328DBA (or 0x328DBA) is known color: Curious Blue. HEX triplet: 32, 8D and BA. RGB value is (50,141,186). Sum of RGB (Red+Green+Blue) = 50+141+186=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #328DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DBA is #CD7245. Grayscale: #767676. Windows color (decimal): -13464134 or 12225842. OLE color: 12225842.

HSL color Cylindrical-coordinate representation of color #328DBA: hue angle of 199.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328DBA is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 141 186 -
CMYK 0.73 0.24 0 0.27
HSL 199.85º 0.58% 0.46% -
HSV(B) 199.85º 0.73% 0.73% -
XYZ 19.7 23.27 49.91 -
YUV 118.92 165.85 78.84 -
System Red Green Blue C M Y K H S L
Decimal 50 141 186 0.73 0.24 0 0.27 199.85 0.58 0.46
Hex 32 8D BA 49 18 0 1B C8 3A 2E
Octal 62 215 272 111 30 0 33 310 72 56
Binary 110010 10001101 10111010 1001001 11000 0 11011 11001000 111010 101110

Color Harmonies of #328DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DBA

Black with #328DBA

Text Example


Text Example

White with #328DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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