#236A73

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

Shades of Allports #236A73

Tints of Allports #236A73

Color information

#236A73 (or 0x236A73) is unknown color: approx Allports. HEX triplet: 23, 6A and 73. RGB value is (35,106,115). Sum of RGB (Red+Green+Blue) = 35+106+115=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #236A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A73 is #DC958C. Grayscale: #555555. Windows color (decimal): -14456205 or 7563811. OLE color: 7563811.

HSL color Cylindrical-coordinate representation of color #236A73: hue angle of 186.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #236A73 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB35106115-
CMYK0.700.0800.55
HSL186.75º53.33%29.41%-
HSV(B)186.75º69.57%45.1%-
XYZ8.9411.918.05-
YUV85.8144.4891.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.67%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=13.67%
G=41.41%
B=44.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351061150.700.0800.55186.7553.3329.41
Hex236A73468037bb351d
Octal43152163106100672736535
Binary100011110101011100111000110100001101111011101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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