Html Css Color HEX #327CC2 Curious Blue

📋 copy color: '#327CC2'

red 50 ◦ green 124 ◦ blue 194

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

Shades of Curious Blue #327CC2

Tints of Curious Blue #327CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

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

R = 13.59%
G = 33.7%
B = 52.72%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#327CC2 (or 0x327CC2) is known color: Curious Blue. HEX triplet: 32, 7C and C2. RGB value is (50,124,194). Sum of RGB (Red+Green+Blue) = 50+124+194=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #327CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CC2 is #CD833D. Grayscale: #6D6D6D. Windows color (decimal): -13468478 or 12745778. OLE color: 12745778.

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

Color convert

RGB 50 124 194 -
CMYK 0.74 0.36 0 0.24
HSL 209.17º 0.59% 0.48% -
HSV(B) 209.17º 0.74% 0.76% -
XYZ 18.26 18.99 53.74 -
YUV 109.85 175.48 85.31 -
System Red Green Blue C M Y K H S L
Decimal 50 124 194 0.74 0.36 0 0.24 209.17 0.59 0.48
Hex 32 7C C2 4A 24 0 18 D1 3B 30
Octal 62 174 302 112 44 0 30 321 73 60
Binary 110010 1111100 11000010 1001010 100100 0 11000 11010001 111011 110000

Color Harmonies of #327CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CC2

Black with #327CC2

Text Example


Text Example

White with #327CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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