#236ABE

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

Shades of Denim #236ABE

Tints of Denim #236ABE

Color information

#236ABE (or 0x236ABE) is unknown color: approx Denim. HEX triplet: 23, 6A and BE. RGB value is (35,106,190). Sum of RGB (Red+Green+Blue) = 35+106+190=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #236ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236ABE is #DC9541. Grayscale: #5D5D5D. Windows color (decimal): -14456130 or 12479011. OLE color: 12479011.

HSL color Cylindrical-coordinate representation of color #236ABE: hue angle of 212.52º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #236ABE is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB35106190-
CMYK0.820.4400.25
HSL212.52º68.89%44.12%-
HSV(B)212.52º81.58%74.51%-
XYZ15.1414.3850.69-
YUV94.35181.9885.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.57%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=10.57%
G=32.02%
B=57.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351061900.820.4400.25212.5268.8944.12
Hex236ABE522C019d5452c
Octal431522761225403132510554
Binary1000111101010101111101010010101100011001110101011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236ABE; }

 p { color: rgb(35,106,190); }

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

<style>
 a { background-color: #236ABE; }

 a { background-color: rgb(35,106,190); }

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

<style>
 span { border-color: #236ABE; }

 span { border-color: rgb(35,106,190); }

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