Html Css Color HEX #326EC1 Curious Blue

📋 copy color: '#326EC1'

red 50 ◦ green 110 ◦ blue 193

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

Shades of Curious Blue #326EC1

Tints of Curious Blue #326EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

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

R = 14.16%
G = 31.16%
B = 54.67%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#326EC1 (or 0x326EC1) is known color: Curious Blue. HEX triplet: 32, 6E and C1. RGB value is (50,110,193). Sum of RGB (Red+Green+Blue) = 50+110+193=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #326EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EC1 is #CD913E. Grayscale: #656565. Windows color (decimal): -13472063 or 12676658. OLE color: 12676658.

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

Color convert

RGB 50 110 193 -
CMYK 0.74 0.43 0 0.24
HSL 214.83º 0.59% 0.48% -
HSV(B) 214.83º 0.74% 0.76% -
XYZ 16.52 15.68 52.61 -
YUV 101.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 50 110 193 0.74 0.43 0 0.24 214.83 0.59 0.48
Hex 32 6E C1 4A 2B 0 18 D7 3B 30
Octal 62 156 301 112 53 0 30 327 73 60
Binary 110010 1101110 11000001 1001010 101011 0 11000 11010111 111011 110000

Color Harmonies of #326EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EC1

Black with #326EC1

Text Example


Text Example

White with #326EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326EC1; }

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

 H1.HeaderClassName
 {
   color: #326EC1;
 }
 .AnyTagClassName
 {
   color: #326EC1;
 }
</style>

background-color css

<style>
 a { background-color: #326EC1; }

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

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

border-color css

<style>
 span { border-color: #326EC1; }

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

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