#2262AB

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

Shades of Denim #2262AB

Tints of Denim #2262AB

Color information

#2262AB (or 0x2262AB) is unknown color: approx Denim. HEX triplet: 22, 62 and AB. RGB value is (34,98,171). Sum of RGB (Red+Green+Blue) = 34+98+171=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #2262AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2262AB is #DD9D54. Grayscale: #565656. Windows color (decimal): -14523733 or 11231778. OLE color: 11231778.

HSL color Cylindrical-coordinate representation of color #2262AB: hue angle of 211.97º 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 #2262AB is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3498171-
CMYK0.800.4300.33
HSL211.97º66.83%40.2%-
HSV(B)211.97º80.12%67.06%-
XYZ12.3812.0240.19-
YUV87.19175.390.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.22%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=11.22%
G=32.34%
B=56.44%

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
Decimal34981710.800.4300.33211.9766.8340.2
Hex2262AB502B021d44328
Octal421422531205304132410350
Binary10001011000101010101110100001010110100001110101001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2262AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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