#327EAF

Color #327EAF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #327EAF

Tints of Curious Blue #327EAF

Color information

#327EAF (or 0x327EAF) is unknown color: approx Curious Blue. HEX triplet: 32, 7E and AF. RGB value is (50,126,175). Sum of RGB (Red+Green+Blue) = 50+126+175=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #327EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327EAF is #CD8150. Grayscale: #6C6C6C. Windows color (decimal): -13467985 or 11501106. OLE color: 11501106.

HSL color Cylindrical-coordinate representation of color #327EAF: hue angle of 203.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327EAF is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50126175-
CMYK0.710.2800.31
HSL203.52º55.56%44.12%-
HSV(B)203.52º71.43%68.63%-
XYZ16.5118.6943.3-
YUV108.86165.3286.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.25%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=14.25%
G=35.90%
B=49.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501261750.710.2800.31203.5255.5644.12
Hex327EAF471C01Fcc382c
Octal62176257107340373147054
Binary11001011111101010111110001111110001111111001100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #327EAF;
 }
 .AnyTagClassName
 {
   color: #327EAF;
 }
</style>
background-color css

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

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

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

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

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

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