Html Css Color HEX #327EC1 Curious Blue

📋 copy color: '#327EC1'

red 50 ◦ green 126 ◦ blue 193

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

Shades of Curious Blue #327EC1

Tints of Curious Blue #327EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 13.55%
G = 34.15%
B = 52.3%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#327EC1 (or 0x327EC1) is known color: Curious Blue. HEX triplet: 32, 7E and C1. RGB value is (50,126,193). Sum of RGB (Red+Green+Blue) = 50+126+193=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #327EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EC1 is #CD813E. Grayscale: #6E6E6E. Windows color (decimal): -13467967 or 12680754. OLE color: 12680754.

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

Color convert

RGB 50 126 193 -
CMYK 0.74 0.35 0 0.24
HSL 208.11º 0.59% 0.48% -
HSV(B) 208.11º 0.74% 0.76% -
XYZ 18.4 19.45 53.24 -
YUV 110.91 174.32 84.55 -
System Red Green Blue C M Y K H S L
Decimal 50 126 193 0.74 0.35 0 0.24 208.11 0.59 0.48
Hex 32 7E C1 4A 23 0 18 D0 3B 30
Octal 62 176 301 112 43 0 30 320 73 60
Binary 110010 1111110 11000001 1001010 100011 0 11000 11010000 111011 110000

Color Harmonies of #327EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EC1

Black with #327EC1

Text Example


Text Example

White with #327EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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