#235DAE

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

Shades of Denim #235DAE

Tints of Denim #235DAE

Color information

#235DAE (or 0x235DAE) is unknown color: approx Denim. HEX triplet: 23, 5D and AE. RGB value is (35,93,174). Sum of RGB (Red+Green+Blue) = 35+93+174=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #235DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235DAE is #DCA251. Grayscale: #545454. Windows color (decimal): -14459474 or 11427107. OLE color: 11427107.

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

Color convert

RGB3593174-
CMYK0.800.4700.32
HSL214.96º66.51%40.98%-
HSV(B)214.96º79.89%68.24%-
XYZ12.2511.2441.57-
YUV84.89178.2892.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=11.59%
G=30.79%
B=57.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35931740.800.4700.32214.9666.5140.98
Hex235DAE502F020d74329
Octal431352561205704032710351
Binary10001110111011010111010100001011110100000110101111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235DAE; }

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

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

<style>
 a { background-color: #235DAE; }

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

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

<style>
 span { border-color: #235DAE; }

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

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