#23707B

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

Shades of Allports #23707B

Tints of Allports #23707B

Color information

#23707B (or 0x23707B) is unknown color: approx Allports. HEX triplet: 23, 70 and 7B. RGB value is (35,112,123). Sum of RGB (Red+Green+Blue) = 35+112+123=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #23707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23707B is #DC8F84. Grayscale: #5A5A5A. Windows color (decimal): -14454661 or 8089635. OLE color: 8089635.

HSL color Cylindrical-coordinate representation of color #23707B: hue angle of 187.5º 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 #23707B is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB35112123-
CMYK0.720.0900.52
HSL187.5º55.7%30.98%-
HSV(B)187.5º71.54%48.24%-
XYZ10.0613.3820.79-
YUV90.23146.4988.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.96%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=12.96%
G=41.48%
B=45.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal351121230.720.0900.52187.555.730.98
Hex23707B489034bc381f
Octal43160173110110642747037
Binary100011111000011110111001000100101101001011110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23707B; }

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

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

<style>
 a { background-color: #23707B; }

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

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

<style>
 span { border-color: #23707B; }

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

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