#236A7B

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

Shades of Allports #236A7B

Tints of Allports #236A7B

Color information

#236A7B (or 0x236A7B) is unknown color: approx Allports. HEX triplet: 23, 6A and 7B. RGB value is (35,106,123). Sum of RGB (Red+Green+Blue) = 35+106+123=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #236A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A7B is #DC9584. Grayscale: #565656. Windows color (decimal): -14456197 or 8088099. OLE color: 8088099.

HSL color Cylindrical-coordinate representation of color #236A7B: hue angle of 191.59º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #236A7B is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB35106123-
CMYK0.720.1400.52
HSL191.59º55.7%30.98%-
HSV(B)191.59º71.54%48.24%-
XYZ9.4212.120.58-
YUV86.71148.4891.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.26%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=13.26%
G=40.15%
B=46.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal351061230.720.1400.52191.5955.730.98
Hex236A7B48E034c0381f
Octal43152173110160643007037
Binary100011110101011110111001000111001101001100000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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