#2261AB

Color #2261AB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2261AB

Tints of Denim #2261AB

Color information

#2261AB (or 0x2261AB) is unknown color: approx Denim. HEX triplet: 22, 61 and AB. RGB value is (34,97,171). Sum of RGB (Red+Green+Blue) = 34+97+171=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #2261AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2261AB is #DD9E54. Grayscale: #565656. Windows color (decimal): -14523989 or 11231522. OLE color: 11231522.

HSL color Cylindrical-coordinate representation of color #2261AB: hue angle of 212.41º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2261AB is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3497171-
CMYK0.800.4300.33
HSL212.41º66.83%40.2%-
HSV(B)212.41º80.12%67.06%-
XYZ12.2911.8340.16-
YUV86.6175.6390.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.26%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 171 (67.19% from 255) = 56.62%
R=11.26%
G=32.12%
B=56.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34971710.800.4300.33212.4166.8340.2
Hex2261AB502B021d44328
Octal421412531205304132410350
Binary10001011000011010101110100001010110100001110101001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2261AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2261AB; }

 p { color: rgb(34,97,171); }

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

<style>
 a { background-color: #2261AB; }

 a { background-color: rgb(34,97,171); }

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

<style>
 span { border-color: #2261AB; }

 span { border-color: rgb(34,97,171); }

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