Html Css Color HEX #328BC0 Curious Blue

📋 copy color: '#328BC0'

red 50 ◦ green 139 ◦ blue 192

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

Shades of Curious Blue #328BC0

Tints of Curious Blue #328BC0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 13.12%
G = 36.48%
B = 50.39%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#328BC0 (or 0x328BC0) is known color: Curious Blue. HEX triplet: 32, 8B and C0. RGB value is (50,139,192). Sum of RGB (Red+Green+Blue) = 50+139+192=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #328BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BC0 is #CD743F. Grayscale: #767676. Windows color (decimal): -13464640 or 12618546. OLE color: 12618546.

HSL color Cylindrical-coordinate representation of color #328BC0: hue angle of 202.39º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328BC0 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 139 192 -
CMYK 0.74 0.28 0 0.25
HSL 202.39º 0.59% 0.47% -
HSV(B) 202.39º 0.74% 0.75% -
XYZ 20.06 22.95 53.24 -
YUV 118.43 169.51 79.19 -
System Red Green Blue C M Y K H S L
Decimal 50 139 192 0.74 0.28 0 0.25 202.39 0.59 0.47
Hex 32 8B C0 4A 1C 0 19 CA 3B 2F
Octal 62 213 300 112 34 0 31 312 73 57
Binary 110010 10001011 11000000 1001010 11100 0 11001 11001010 111011 101111

Color Harmonies of #328BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BC0

Black with #328BC0

Text Example


Text Example

White with #328BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,139,192); }

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

background-color css

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

 a { background-color: rgb(50,139,192); }

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

border-color css

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

 span { border-color: rgb(50,139,192); }

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