#3281B1

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

Shades of Curious Blue #3281B1

Tints of Curious Blue #3281B1

Color information

#3281B1 (or 0x3281B1) is unknown color: approx Curious Blue. HEX triplet: 32, 81 and B1. RGB value is (50,129,177). Sum of RGB (Red+Green+Blue) = 50+129+177=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #3281B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3281B1 is #CD7E4E. Grayscale: #6E6E6E. Windows color (decimal): -13467215 or 11632946. OLE color: 11632946.

HSL color Cylindrical-coordinate representation of color #3281B1: hue angle of 202.68º 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 #3281B1 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50129177-
CMYK0.720.2700.31
HSL202.68º55.95%44.51%-
HSV(B)202.68º71.75%69.41%-
XYZ17.119.5544.47-
YUV110.85165.3384.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.04%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 177 (69.53% from 255) = 49.72%
R=14.04%
G=36.24%
B=49.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501291770.720.2700.31202.6855.9544.51
Hex3281B1481B01Fcb382d
Octal62201261110330373137055
Binary110010100000011011000110010001101101111111001011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3281B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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