Html Css Color HEX #327ECC Curious Blue

📋 copy color: '#327ECC'

red 50 ◦ green 126 ◦ blue 204

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

Shades of Curious Blue #327ECC

Tints of Curious Blue #327ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 13.16%
G = 33.16%
B = 53.68%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#327ECC (or 0x327ECC) is known color: Curious Blue. HEX triplet: 32, 7E and CC. RGB value is (50,126,204). Sum of RGB (Red+Green+Blue) = 50+126+204=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #327ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ECC is #CD8133. Grayscale: #6F6F6F. Windows color (decimal): -13467956 or 13401650. OLE color: 13401650.

HSL color Cylindrical-coordinate representation of color #327ECC: hue angle of 210.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327ECC is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 126 204 -
CMYK 0.75 0.38 0 0.2
HSL 210.39º 0.61% 0.5% -
HSV(B) 210.39º 0.75% 0.8% -
XYZ 19.68 19.96 59.94 -
YUV 112.17 179.82 83.66 -
System Red Green Blue C M Y K H S L
Decimal 50 126 204 0.75 0.38 0 0.2 210.39 0.61 0.5
Hex 32 7E CC 4B 26 0 14 D2 3D 32
Octal 62 176 314 113 46 0 24 322 75 62
Binary 110010 1111110 11001100 1001011 100110 0 10100 11010010 111101 110010

Color Harmonies of #327ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327ECC

Black with #327ECC

Text Example


Text Example

White with #327ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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