#23697E

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

Shades of Allports #23697E

Tints of Allports #23697E

Color information

#23697E (or 0x23697E) is unknown color: approx Allports. HEX triplet: 23, 69 and 7E. RGB value is (35,105,126). Sum of RGB (Red+Green+Blue) = 35+105+126=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #23697E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23697E is #DC9681. Grayscale: #565656. Windows color (decimal): -14456450 or 8284451. OLE color: 8284451.

HSL color Cylindrical-coordinate representation of color #23697E: hue angle of 193.85º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23697E is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB35105126-
CMYK0.720.1700.51
HSL193.85º56.52%31.57%-
HSV(B)193.85º72.22%49.41%-
XYZ9.5111.9721.55-
YUV86.46150.3191.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.16%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 126 (49.61% from 255) = 47.37%
R=13.16%
G=39.47%
B=47.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal351051260.720.1700.51193.8556.5231.57
Hex23697E4811033c23920
Octal43151176110210633027140
Binary10001111010011111110100100010001011001111000010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23697E; }

 p { color: rgb(35,105,126); }

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

<style>
 a { background-color: #23697E; }

 a { background-color: rgb(35,105,126); }

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

<style>
 span { border-color: #23697E; }

 span { border-color: rgb(35,105,126); }

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