Html Css Color HEX #328BC6 Curious Blue

📋 copy color: '#328BC6'

red 50 ◦ green 139 ◦ blue 198

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

Shades of Curious Blue #328BC6

Tints of Curious Blue #328BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.16%

R = 12.92%
G = 35.92%
B = 51.16%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#328BC6 (or 0x328BC6) is known color: Curious Blue. HEX triplet: 32, 8B and C6. RGB value is (50,139,198). Sum of RGB (Red+Green+Blue) = 50+139+198=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #328BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BC6 is #CD7439. Grayscale: #767676. Windows color (decimal): -13464634 or 13011762. OLE color: 13011762.

HSL color Cylindrical-coordinate representation of color #328BC6: hue angle of 203.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328BC6 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 139 198 -
CMYK 0.75 0.30 0 0.22
HSL 203.92º 0.6% 0.49% -
HSV(B) 203.92º 0.75% 0.78% -
XYZ 20.74 23.22 56.81 -
YUV 119.12 172.51 78.7 -
System Red Green Blue C M Y K H S L
Decimal 50 139 198 0.75 0.30 0 0.22 203.92 0.6 0.49
Hex 32 8B C6 4B 1E 0 16 CC 3C 31
Octal 62 213 306 113 36 0 26 314 74 61
Binary 110010 10001011 11000110 1001011 11110 0 10110 11001100 111100 110001

Color Harmonies of #328BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BC6

Black with #328BC6

Text Example


Text Example

White with #328BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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