#235AAA

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

Shades of Denim #235AAA

Tints of Denim #235AAA

Color information

#235AAA (or 0x235AAA) is unknown color: approx Denim. HEX triplet: 23, 5A and AA. RGB value is (35,90,170). Sum of RGB (Red+Green+Blue) = 35+90+170=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #235AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235AAA is #DCA555. Grayscale: #525252. Windows color (decimal): -14460246 or 11164195. OLE color: 11164195.

HSL color Cylindrical-coordinate representation of color #235AAA: hue angle of 215.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #235AAA is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3590170-
CMYK0.790.4700.33
HSL215.56º65.85%40.2%-
HSV(B)215.56º79.41%66.67%-
XYZ11.6110.5739.46-
YUV82.68177.2894-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.86%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 170 (66.80% from 255) = 57.63%
R=11.86%
G=30.51%
B=57.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal35901700.790.4700.33215.5665.8540.2
Hex235AAA4F2F021d84228
Octal431322521175704133010250
Binary10001110110101010101010011111011110100001110110001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,90,170); }

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

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

 a { background-color: rgb(35,90,170); }

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

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

 span { border-color: rgb(35,90,170); }

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