Html Css Color HEX #327CC0 Curious Blue

📋 copy color: '#327CC0'

red 50 ◦ green 124 ◦ blue 192

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

Shades of Curious Blue #327CC0

Tints of Curious Blue #327CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.46%

R = 13.66%
G = 33.88%
B = 52.46%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#327CC0 (or 0x327CC0) is known color: Curious Blue. HEX triplet: 32, 7C and C0. RGB value is (50,124,192). Sum of RGB (Red+Green+Blue) = 50+124+192=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #327CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CC0 is #CD833F. Grayscale: #6D6D6D. Windows color (decimal): -13468480 or 12614706. OLE color: 12614706.

HSL color Cylindrical-coordinate representation of color #327CC0: hue angle of 208.73º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327CC0 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 124 192 -
CMYK 0.74 0.35 0 0.25
HSL 208.73º 0.59% 0.47% -
HSV(B) 208.73º 0.74% 0.75% -
XYZ 18.04 18.9 52.57 -
YUV 109.63 174.48 85.47 -
System Red Green Blue C M Y K H S L
Decimal 50 124 192 0.74 0.35 0 0.25 208.73 0.59 0.47
Hex 32 7C C0 4A 23 0 19 D1 3B 2F
Octal 62 174 300 112 43 0 31 321 73 57
Binary 110010 1111100 11000000 1001010 100011 0 11001 11010001 111011 101111

Color Harmonies of #327CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CC0

Black with #327CC0

Text Example


Text Example

White with #327CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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