#235CB2

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

Shades of Denim #235CB2

Tints of Denim #235CB2

Color information

#235CB2 (or 0x235CB2) is unknown color: approx Denim. HEX triplet: 23, 5C and B2. RGB value is (35,92,178). Sum of RGB (Red+Green+Blue) = 35+92+178=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #235CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235CB2 is #DCA34D. Grayscale: #545454. Windows color (decimal): -14459726 or 11688995. OLE color: 11688995.

HSL color Cylindrical-coordinate representation of color #235CB2: hue angle of 216.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #235CB2 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3592178-
CMYK0.800.4800.30
HSL216.08º67.14%41.76%-
HSV(B)216.08º80.34%69.8%-
XYZ12.5611.2343.62-
YUV84.76180.6292.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 178 (69.92% from 255) = 58.36%
R=11.48%
G=30.16%
B=58.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal35921780.800.4800.30216.0867.1441.76
Hex235CB2503001Ed8432a
Octal431342621206003633010352
Binary1000111011100101100101010000110000011110110110001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,92,178); }

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

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

 a { background-color: rgb(35,92,178); }

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

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

 span { border-color: rgb(35,92,178); }

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