#2058B3

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

Shades of Denim #2058B3

Tints of Denim #2058B3

Color information

#2058B3 (or 0x2058B3) is unknown color: approx Denim. HEX triplet: 20, 58 and B3. RGB value is (32,88,179). Sum of RGB (Red+Green+Blue) = 32+88+179=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #2058B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2058B3 is #DFA74C. Grayscale: #515151. Windows color (decimal): -14657357 or 11753504. OLE color: 11753504.

HSL color Cylindrical-coordinate representation of color #2058B3: hue angle of 217.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2058B3 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3288179-
CMYK0.820.5100.30
HSL217.14º69.67%41.37%-
HSV(B)217.14º82.12%70.2%-
XYZ12.2210.5444.04-
YUV81.63182.9592.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.70%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 179 (70.31% from 255) = 59.87%
R=10.70%
G=29.43%
B=59.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32881790.820.5100.30217.1469.6741.37
Hex2058B3523301Ed94629
Octal401302631226303633110651
Binary1000001011000101100111010010110011011110110110011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2058B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2058B3; }

 p { color: rgb(32,88,179); }

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

<style>
 a { background-color: #2058B3; }

 a { background-color: rgb(32,88,179); }

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

<style>
 span { border-color: #2058B3; }

 span { border-color: rgb(32,88,179); }

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