Html Css Color HEX #328FC1 Curious Blue

📋 copy color: '#328FC1'

red 50 ◦ green 143 ◦ blue 193

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

Shades of Curious Blue #328FC1

Tints of Curious Blue #328FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50%

R = 12.95%
G = 37.05%
B = 50%

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

#328FC1 (or 0x328FC1) is known color: Curious Blue. HEX triplet: 32, 8F and C1. RGB value is (50,143,193). Sum of RGB (Red+Green+Blue) = 50+143+193=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #328FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FC1 is #CD703E. Grayscale: #787878. Windows color (decimal): -13463615 or 12685106. OLE color: 12685106.

HSL color Cylindrical-coordinate representation of color #328FC1: hue angle of 200.98º 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 #328FC1 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 143 193 -
CMYK 0.74 0.26 0 0.24
HSL 200.98º 0.59% 0.48% -
HSV(B) 200.98º 0.74% 0.76% -
XYZ 20.76 24.17 54.02 -
YUV 120.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 50 143 193 0.74 0.26 0 0.24 200.98 0.59 0.48
Hex 32 8F C1 4A 1A 0 18 C9 3B 30
Octal 62 217 301 112 32 0 30 311 73 60
Binary 110010 10001111 11000001 1001010 11010 0 11000 11001001 111011 110000

Color Harmonies of #328FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FC1

Black with #328FC1

Text Example


Text Example

White with #328FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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