#2361BF

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

Shades of Denim #2361BF

Tints of Denim #2361BF

Color information

#2361BF (or 0x2361BF) is unknown color: approx Denim. HEX triplet: 23, 61 and BF. RGB value is (35,97,191). Sum of RGB (Red+Green+Blue) = 35+97+191=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #2361BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2361BF is #DC9E40. Grayscale: #585858. Windows color (decimal): -14458433 or 12542243. OLE color: 12542243.

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

Color convert

RGB3597191-
CMYK0.820.4900.25
HSL216.15º69.03%44.31%-
HSV(B)216.15º81.68%74.9%-
XYZ14.3712.6750.98-
YUV89.18185.4689.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.84%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 191 (75% from 255) = 59.13%
R=10.84%
G=30.03%
B=59.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35971910.820.4900.25216.1569.0344.31
Hex2361BF5231019d8452c
Octal431412771226103133010554
Binary1000111100001101111111010010110001011001110110001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2361BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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