#2375BF

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

Shades of Denim #2375BF

Tints of Denim #2375BF

Color information

#2375BF (or 0x2375BF) is unknown color: approx Denim. HEX triplet: 23, 75 and BF. RGB value is (35,117,191). Sum of RGB (Red+Green+Blue) = 35+117+191=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #2375BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375BF is #DC8A40. Grayscale: #646464. Windows color (decimal): -14453313 or 12547363. OLE color: 12547363.

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

Color convert

RGB35117191-
CMYK0.820.3900.25
HSL208.46º69.03%44.31%-
HSV(B)208.46º81.68%74.9%-
XYZ16.4616.8451.67-
YUV100.92178.8380.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.20%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 191 (75% from 255) = 55.69%
R=10.20%
G=34.11%
B=55.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351171910.820.3900.25208.4669.0344.31
Hex2375BF5227019d0452c
Octal431652771224703132010554
Binary1000111110101101111111010010100111011001110100001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2375BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2375BF; }

 p { color: rgb(35,117,191); }

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

<style>
 a { background-color: #2375BF; }

 a { background-color: rgb(35,117,191); }

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

<style>
 span { border-color: #2375BF; }

 span { border-color: rgb(35,117,191); }

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