#3275B4

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

Shades of Curious Blue #3275B4

Tints of Curious Blue #3275B4

Color information

#3275B4 (or 0x3275B4) is unknown color: approx Curious Blue. HEX triplet: 32, 75 and B4. RGB value is (50,117,180). Sum of RGB (Red+Green+Blue) = 50+117+180=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #3275B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3275B4 is #CD8A4B. Grayscale: #676767. Windows color (decimal): -13470284 or 11826482. OLE color: 11826482.

HSL color Cylindrical-coordinate representation of color #3275B4: hue angle of 209.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3275B4 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50117180-
CMYK0.720.3500.29
HSL209.08º56.52%45.1%-
HSV(B)209.08º72.22%70.59%-
XYZ15.9116.745.56-
YUV104.15170.889.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=14.41%
G=33.72%
B=51.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501171800.720.3500.29209.0856.5245.1
Hex3275B4482301Dd1392d
Octal62165264110430353217155
Binary110010111010110110100100100010001101110111010001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3275B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3275B4; }

 p { color: rgb(50,117,180); }

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

<style>
 a { background-color: #3275B4; }

 a { background-color: rgb(50,117,180); }

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

<style>
 span { border-color: #3275B4; }

 span { border-color: rgb(50,117,180); }

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