#2272BE

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

Shades of Denim #2272BE

Tints of Denim #2272BE

Color information

#2272BE (or 0x2272BE) is unknown color: approx Denim. HEX triplet: 22, 72 and BE. RGB value is (34,114,190). Sum of RGB (Red+Green+Blue) = 34+114+190=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #2272BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2272BE is #DD8D41. Grayscale: #626262. Windows color (decimal): -14519618 or 12481058. OLE color: 12481058.

HSL color Cylindrical-coordinate representation of color #2272BE: hue angle of 209.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2272BE is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34114190-
CMYK0.820.4000.25
HSL209.23º69.64%43.92%-
HSV(B)209.23º82.11%74.51%-
XYZ15.9716.0950.98-
YUV98.74179.581.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.06%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=10.06%
G=33.73%
B=56.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341141900.820.4000.25209.2369.6443.92
Hex2272BE5228019d1462c
Octal421622761225003132110654
Binary1000101110010101111101010010101000011001110100011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2272BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2272BE; }

 p { color: rgb(34,114,190); }

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

<style>
 a { background-color: #2272BE; }

 a { background-color: rgb(34,114,190); }

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

<style>
 span { border-color: #2272BE; }

 span { border-color: rgb(34,114,190); }

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