Html Css Color HEX #328DBB Curious Blue

📋 copy color: '#328DBB'

red 50 ◦ green 141 ◦ blue 187

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

Shades of Curious Blue #328DBB

Tints of Curious Blue #328DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 13.23%
G = 37.3%
B = 49.47%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#328DBB (or 0x328DBB) is known color: Curious Blue. HEX triplet: 32, 8D and BB. RGB value is (50,141,187). Sum of RGB (Red+Green+Blue) = 50+141+187=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #328DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DBB is #CD7244. Grayscale: #767676. Windows color (decimal): -13464133 or 12291378. OLE color: 12291378.

HSL color Cylindrical-coordinate representation of color #328DBB: hue angle of 200.15º 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 #328DBB is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 141 187 -
CMYK 0.73 0.25 0 0.27
HSL 200.15º 0.58% 0.46% -
HSV(B) 200.15º 0.73% 0.73% -
XYZ 19.81 23.32 50.47 -
YUV 119.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 50 141 187 0.73 0.25 0 0.27 200.15 0.58 0.46
Hex 32 8D BB 49 19 0 1B C8 3A 2E
Octal 62 215 273 111 31 0 33 310 72 56
Binary 110010 10001101 10111011 1001001 11001 0 11011 11001000 111010 101110

Color Harmonies of #328DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DBB

Black with #328DBB

Text Example


Text Example

White with #328DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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