#2376BE

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

Shades of Denim #2376BE

Tints of Denim #2376BE

Color information

#2376BE (or 0x2376BE) is unknown color: approx Denim. HEX triplet: 23, 76 and BE. RGB value is (35,118,190). Sum of RGB (Red+Green+Blue) = 35+118+190=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #2376BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2376BE is #DC8941. Grayscale: #656565. Windows color (decimal): -14453058 or 12482083. OLE color: 12482083.

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

Color convert

RGB35118190-
CMYK0.820.3800.25
HSL207.87º68.89%44.12%-
HSV(B)207.87º81.58%74.51%-
XYZ16.4717.0351.13-
YUV101.3917880.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.20%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=10.20%
G=34.40%
B=55.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351181900.820.3800.25207.8768.8944.12
Hex2376BE5226019d0452c
Octal431662761224603132010554
Binary1000111110110101111101010010100110011001110100001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2376BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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