Html Css Color HEX #327DAC Curious Blue

📋 copy color: '#327DAC'

red 50 ◦ green 125 ◦ blue 172

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

Shades of Curious Blue #327DAC

Tints of Curious Blue #327DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

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

R = 14.41%
G = 36.02%
B = 49.57%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#327DAC (or 0x327DAC) is known color: Curious Blue. HEX triplet: 32, 7D and AC. RGB value is (50,125,172). Sum of RGB (Red+Green+Blue) = 50+125+172=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #327DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327DAC is #CD8253. Grayscale: #6B6B6B. Windows color (decimal): -13468244 or 11304242. OLE color: 11304242.

HSL color Cylindrical-coordinate representation of color #327DAC: hue angle of 203.11º 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 #327DAC is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 125 172 -
CMYK 0.71 0.27 0 0.33
HSL 203.11º 0.55% 0.44% -
HSV(B) 203.11º 0.71% 0.67% -
XYZ 16.1 18.32 41.72 -
YUV 107.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 50 125 172 0.71 0.27 0 0.33 203.11 0.55 0.44
Hex 32 7D AC 47 1B 0 21 CB 37 2C
Octal 62 175 254 107 33 0 41 313 67 54
Binary 110010 1111101 10101100 1000111 11011 0 100001 11001011 110111 101100

Color Harmonies of #327DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DAC

Black with #327DAC

Text Example


Text Example

White with #327DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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