#326FBB

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

Shades of Curious Blue #326FBB

Tints of Curious Blue #326FBB

Color information

#326FBB (or 0x326FBB) is unknown color: approx Curious Blue. HEX triplet: 32, 6F and BB. RGB value is (50,111,187). Sum of RGB (Red+Green+Blue) = 50+111+187=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #326FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FBB is #CD9044. Grayscale: #656565. Windows color (decimal): -13471813 or 12283698. OLE color: 12283698.

HSL color Cylindrical-coordinate representation of color #326FBB: hue angle of 213.28º 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 #326FBB is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50111187-
CMYK0.730.4100.27
HSL213.28º57.81%46.47%-
HSV(B)213.28º73.26%73.33%-
XYZ15.9715.6349.19-
YUV101.42176.2991.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=14.37%
G=31.90%
B=53.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501111870.730.4100.27213.2857.8146.47
Hex326FBB492901Bd53a2e
Octal62157273111510333257256
Binary110010110111110111011100100110100101101111010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326FBB; }

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

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

<style>
 a { background-color: #326FBB; }

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

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

<style>
 span { border-color: #326FBB; }

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

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