#2360AE

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

Shades of Denim #2360AE

Tints of Denim #2360AE

Color information

#2360AE (or 0x2360AE) is unknown color: approx Denim. HEX triplet: 23, 60 and AE. RGB value is (35,96,174). Sum of RGB (Red+Green+Blue) = 35+96+174=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #2360AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2360AE is #DC9F51. Grayscale: #565656. Windows color (decimal): -14458706 or 11427875. OLE color: 11427875.

HSL color Cylindrical-coordinate representation of color #2360AE: hue angle of 213.67º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2360AE is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3596174-
CMYK0.800.4500.32
HSL213.67º66.51%40.98%-
HSV(B)213.67º79.89%68.24%-
XYZ12.5211.7841.66-
YUV86.65177.2991.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=11.48%
G=31.48%
B=57.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35961740.800.4500.32213.6766.5140.98
Hex2360AE502D020d64329
Octal431402561205504032610351
Binary10001111000001010111010100001011010100000110101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2360AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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