Html Css Color HEX #2058B3 Denim

📋 copy color: '#2058B3'

red 32 ◦ green 88 ◦ blue 179

#2058B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #2058B3

Tints of Denim #2058B3

RGB

 RED value IS 32 (12.89% from 255) = 10.7%

 GREEN value IS 88 (34.77% from 255) = 29.43%

 BLUE value IS 179 (70.31% from 255) = 59.87%

R = 10.7%
G = 29.43%
B = 59.87%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2058B3 (or 0x2058B3) is known color: 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

RGB 32 88 179 -
CMYK 0.82 0.51 0 0.30
HSL 217.14º 0.7% 0.41% -
HSV(B) 217.14º 0.82% 0.7% -
XYZ 12.22 10.54 44.04 -
YUV 81.63 182.95 92.6 -
System Red Green Blue C M Y K H S L
Decimal 32 88 179 0.82 0.51 0 0.30 217.14 0.7 0.41
Hex 20 58 B3 52 33 0 1E D9 46 29
Octal 40 130 263 122 63 0 36 331 106 51
Binary 100000 1011000 10110011 1010010 110011 0 11110 11011001 1000110 101001

Color Harmonies of #2058B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2058B3

Black with #2058B3

Text Example


Text Example

White with #2058B3

Text Example


Text Example

HTML Codes & Css Web 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>