Html Css Color HEX #327FAC Curious Blue

📋 copy color: '#327FAC'

red 50 ◦ green 127 ◦ blue 172

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

Shades of Curious Blue #327FAC

Tints of Curious Blue #327FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 14.33%
G = 36.39%
B = 49.28%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#327FAC (or 0x327FAC) is known color: Curious Blue. HEX triplet: 32, 7F and AC. RGB value is (50,127,172). Sum of RGB (Red+Green+Blue) = 50+127+172=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #327FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327FAC is #CD8053. Grayscale: #6C6C6C. Windows color (decimal): -13467732 or 11304754. OLE color: 11304754.

HSL color Cylindrical-coordinate representation of color #327FAC: hue angle of 202.13º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327FAC is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 127 172 -
CMYK 0.71 0.26 0 0.33
HSL 202.13º 0.55% 0.44% -
HSV(B) 202.13º 0.71% 0.67% -
XYZ 16.35 18.84 41.8 -
YUV 109.11 163.49 85.84 -
System Red Green Blue C M Y K H S L
Decimal 50 127 172 0.71 0.26 0 0.33 202.13 0.55 0.44
Hex 32 7F AC 47 1A 0 21 CA 37 2C
Octal 62 177 254 107 32 0 41 312 67 54
Binary 110010 1111111 10101100 1000111 11010 0 100001 11001010 110111 101100

Color Harmonies of #327FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FAC

Black with #327FAC

Text Example


Text Example

White with #327FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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