#3279B1

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

Shades of Curious Blue #3279B1

Tints of Curious Blue #3279B1

Color information

#3279B1 (or 0x3279B1) is unknown color: approx Curious Blue. HEX triplet: 32, 79 and B1. RGB value is (50,121,177). Sum of RGB (Red+Green+Blue) = 50+121+177=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #3279B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3279B1 is #CD864E. Grayscale: #696969. Windows color (decimal): -13469263 or 11630898. OLE color: 11630898.

HSL color Cylindrical-coordinate representation of color #3279B1: hue angle of 206.46º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3279B1 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50121177-
CMYK0.720.3200.31
HSL206.46º55.95%44.51%-
HSV(B)206.46º71.75%69.41%-
XYZ16.0917.5344.13-
YUV106.16167.9887.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 177 (69.53% from 255) = 50.86%
R=14.37%
G=34.77%
B=50.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501211770.720.3200.31206.4655.9544.51
Hex3279B1482001Fce382d
Octal62171261110400373167055
Binary110010111100110110001100100010000001111111001110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3279B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3279B1; }

 p { color: rgb(50,121,177); }

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

<style>
 a { background-color: #3279B1; }

 a { background-color: rgb(50,121,177); }

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

<style>
 span { border-color: #3279B1; }

 span { border-color: rgb(50,121,177); }

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