#2371BE

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

Shades of Denim #2371BE

Tints of Denim #2371BE

Color information

#2371BE (or 0x2371BE) is unknown color: approx Denim. HEX triplet: 23, 71 and BE. RGB value is (35,113,190). Sum of RGB (Red+Green+Blue) = 35+113+190=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 113 (44.53% from 255 or 33.43% 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 #2371BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2371BE is #DC8E41. Grayscale: #626262. Windows color (decimal): -14454338 or 12480803. OLE color: 12480803.

HSL color Cylindrical-coordinate representation of color #2371BE: hue angle of 209.81º degrees, saturation: 0.69, 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 #2371BE is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB35113190-
CMYK0.820.4100.25
HSL209.81º68.89%44.12%-
HSV(B)209.81º81.58%74.51%-
XYZ15.8915.8950.94-
YUV98.46179.6682.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.36%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=10.36%
G=33.43%
B=56.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351131900.820.4100.25209.8168.8944.12
Hex2371BE5229019d2452c
Octal431612761225103132210554
Binary1000111110001101111101010010101001011001110100101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2371BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,113,190); }

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

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

 a { background-color: rgb(35,113,190); }

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

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

 span { border-color: rgb(35,113,190); }

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