#236A76

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

Shades of Allports #236A76

Tints of Allports #236A76

Color information

#236A76 (or 0x236A76) is unknown color: approx Allports. HEX triplet: 23, 6A and 76. RGB value is (35,106,118). Sum of RGB (Red+Green+Blue) = 35+106+118=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #236A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A76 is #DC9589. Grayscale: #565656. Windows color (decimal): -14456202 or 7760419. OLE color: 7760419.

HSL color Cylindrical-coordinate representation of color #236A76: hue angle of 188.67º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236A76 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB35106118-
CMYK0.700.1000.54
HSL188.67º54.25%30%-
HSV(B)188.67º70.34%46.27%-
XYZ9.1211.9718.97-
YUV86.14145.9891.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 106 (41.80% from 255) = 40.93%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=13.51%
G=40.93%
B=45.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal351061180.700.1000.54188.6754.2530
Hex236A7646A036bd361e
Octal43152166106120662756636
Binary100011110101011101101000110101001101101011110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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