Html Css Color HEX #327FCC Curious Blue

📋 copy color: '#327FCC'

red 50 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #327FCC

Tints of Curious Blue #327FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.33%

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

R = 13.12%
G = 33.33%
B = 53.54%

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

#327FCC (or 0x327FCC) is known color: Curious Blue. HEX triplet: 32, 7F and CC. RGB value is (50,127,204). Sum of RGB (Red+Green+Blue) = 50+127+204=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #327FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FCC is #CD8033. Grayscale: #707070. Windows color (decimal): -13467700 or 13401906. OLE color: 13401906.

HSL color Cylindrical-coordinate representation of color #327FCC: hue angle of 210º 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 #327FCC is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 127 204 -
CMYK 0.75 0.38 0 0.2
HSL 210º 0.61% 0.5% -
HSV(B) 210º 0.75% 0.8% -
XYZ 19.8 20.22 59.99 -
YUV 112.76 179.49 83.24 -
System Red Green Blue C M Y K H S L
Decimal 50 127 204 0.75 0.38 0 0.2 210 0.61 0.5
Hex 32 7F CC 4B 26 0 14 D2 3D 32
Octal 62 177 314 113 46 0 24 322 75 62
Binary 110010 1111111 11001100 1001011 100110 0 10100 11010010 111101 110010

Color Harmonies of #327FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FCC

Black with #327FCC

Text Example


Text Example

White with #327FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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