#2365AE

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

Shades of Denim #2365AE

Tints of Denim #2365AE

Color information

#2365AE (or 0x2365AE) is unknown color: approx Denim. HEX triplet: 23, 65 and AE. RGB value is (35,101,174). Sum of RGB (Red+Green+Blue) = 35+101+174=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #2365AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2365AE is #DC9A51. Grayscale: #595959. Windows color (decimal): -14457426 or 11429155. OLE color: 11429155.

HSL color Cylindrical-coordinate representation of color #2365AE: hue angle of 211.51º 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 #2365AE is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB35101174-
CMYK0.800.4200.32
HSL211.51º66.51%40.98%-
HSV(B)211.51º79.89%68.24%-
XYZ12.9912.7241.82-
YUV89.59175.6389.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.29%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=11.29%
G=32.58%
B=56.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal351011740.800.4200.32211.5166.5140.98
Hex2365AE502A020d44329
Octal431452561205204032410351
Binary10001111001011010111010100001010100100000110101001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2365AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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