Html Css Color HEX #328DB3 Curious Blue

📋 copy color: '#328DB3'

red 50 ◦ green 141 ◦ blue 179

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

Shades of Curious Blue #328DB3

Tints of Curious Blue #328DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 13.51%
G = 38.11%
B = 48.38%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#328DB3 (or 0x328DB3) is known color: Curious Blue. HEX triplet: 32, 8D and B3. RGB value is (50,141,179). Sum of RGB (Red+Green+Blue) = 50+141+179=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #328DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328DB3 is #CD724C. Grayscale: #757575. Windows color (decimal): -13464141 or 11767090. OLE color: 11767090.

HSL color Cylindrical-coordinate representation of color #328DB3: hue angle of 197.67º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328DB3 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 141 179 -
CMYK 0.72 0.21 0 0.30
HSL 197.67º 0.56% 0.45% -
HSV(B) 197.67º 0.72% 0.7% -
XYZ 18.98 22.98 46.08 -
YUV 118.12 162.35 79.41 -
System Red Green Blue C M Y K H S L
Decimal 50 141 179 0.72 0.21 0 0.30 197.67 0.56 0.45
Hex 32 8D B3 48 15 0 1E C6 38 2D
Octal 62 215 263 110 25 0 36 306 70 55
Binary 110010 10001101 10110011 1001000 10101 0 11110 11000110 111000 101101

Color Harmonies of #328DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DB3

Black with #328DB3

Text Example


Text Example

White with #328DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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