#327EBB

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

Shades of Curious Blue #327EBB

Tints of Curious Blue #327EBB

Color information

#327EBB (or 0x327EBB) is unknown color: approx Curious Blue. HEX triplet: 32, 7E and BB. RGB value is (50,126,187). Sum of RGB (Red+Green+Blue) = 50+126+187=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #327EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EBB is #CD8144. Grayscale: #6D6D6D. Windows color (decimal): -13467973 or 12287538. OLE color: 12287538.

HSL color Cylindrical-coordinate representation of color #327EBB: hue angle of 206.72º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327EBB is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50126187-
CMYK0.730.3300.27
HSL206.72º57.81%46.47%-
HSV(B)206.72º73.26%73.33%-
XYZ17.7519.1949.78-
YUV110.23171.3285.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=13.77%
G=34.71%
B=51.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501261870.730.3300.27206.7257.8146.47
Hex327EBB492101Bcf3a2e
Octal62176273111410333177256
Binary110010111111010111011100100110000101101111001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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