#2360B1

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

Shades of Denim #2360B1

Tints of Denim #2360B1

Color information

#2360B1 (or 0x2360B1) is unknown color: approx Denim. HEX triplet: 23, 60 and B1. RGB value is (35,96,177). Sum of RGB (Red+Green+Blue) = 35+96+177=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #2360B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2360B1 is #DC9F4E. Grayscale: #565656. Windows color (decimal): -14458703 or 11624483. OLE color: 11624483.

HSL color Cylindrical-coordinate representation of color #2360B1: hue angle of 214.23º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2360B1 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3596177-
CMYK0.800.4600.31
HSL214.23º66.98%41.57%-
HSV(B)214.23º80.23%69.41%-
XYZ12.8111.943.22-
YUV86.99178.7990.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.36%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 177 (69.53% from 255) = 57.47%
R=11.36%
G=31.17%
B=57.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35961770.800.4600.31214.2366.9841.57
Hex2360B1502E01Fd6432a
Octal431402611205603732610352
Binary1000111100000101100011010000101110011111110101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2360B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2360B1; }

 p { color: rgb(35,96,177); }

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

<style>
 a { background-color: #2360B1; }

 a { background-color: rgb(35,96,177); }

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

<style>
 span { border-color: #2360B1; }

 span { border-color: rgb(35,96,177); }

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