#236a7c

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

Shades of Allports #236A7C

Tints of Allports #236A7C

Color information

#236A7C (or 0x236A7C) is unknown color: approx Allports. HEX triplet: 23, 6A and 7C. RGB value is (35,106,124). Sum of RGB (Red+Green+Blue) = 35+106+124=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #236A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236A7C is #DC9583. Grayscale: #565656. Windows color (decimal): -14456196 or 8153635. OLE color: 8153635.

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

Color convert

RGB35106124-
CMYK0.720.1500.51
HSL192.13º55.97%31.18%-
HSV(B)192.13º71.77%48.63%-
XYZ9.4912.1220.91-
YUV86.82148.9891.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.21%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=13.21%
G=40%
B=46.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal351061240.720.1500.51192.1355.9731.18
Hex236A7C48F033c0381f
Octal43152174110170633007037
Binary100011110101011111001001000111101100111100000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236a7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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