Html Css Color HEX #328FC2 Curious Blue

📋 copy color: '#328FC2'

red 50 ◦ green 143 ◦ blue 194

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

Shades of Curious Blue #328FC2

Tints of Curious Blue #328FC2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.95%

 BLUE value IS 194 (76.17% from 255) = 50.13%

R = 12.92%
G = 36.95%
B = 50.13%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#328FC2 (or 0x328FC2) is known color: Curious Blue. HEX triplet: 32, 8F and C2. RGB value is (50,143,194). Sum of RGB (Red+Green+Blue) = 50+143+194=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #328FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FC2 is #CD703D. Grayscale: #787878. Windows color (decimal): -13463614 or 12750642. OLE color: 12750642.

HSL color Cylindrical-coordinate representation of color #328FC2: hue angle of 201.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328FC2 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 143 194 -
CMYK 0.74 0.26 0 0.24
HSL 201.25º 0.59% 0.48% -
HSV(B) 201.25º 0.74% 0.76% -
XYZ 20.88 24.22 54.61 -
YUV 121.01 169.19 77.35 -
System Red Green Blue C M Y K H S L
Decimal 50 143 194 0.74 0.26 0 0.24 201.25 0.59 0.48
Hex 32 8F C2 4A 1A 0 18 C9 3B 30
Octal 62 217 302 112 32 0 30 311 73 60
Binary 110010 10001111 11000010 1001010 11010 0 11000 11001001 111011 110000

Color Harmonies of #328FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FC2

Black with #328FC2

Text Example


Text Example

White with #328FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,143,194); }

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

background-color css

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

 a { background-color: rgb(50,143,194); }

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

border-color css

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

 span { border-color: rgb(50,143,194); }

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