#23688b

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

Shades of Allports #23688B

Tints of Allports #23688B

Color information

#23688B (or 0x23688B) is unknown color: approx Allports. HEX triplet: 23, 68 and 8B. RGB value is (35,104,139). Sum of RGB (Red+Green+Blue) = 35+104+139=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #23688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23688B is #DC9774. Grayscale: #575757. Windows color (decimal): -14456693 or 9136163. OLE color: 9136163.

HSL color Cylindrical-coordinate representation of color #23688B: hue angle of 200.19º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23688B is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB35104139-
CMYK0.750.2500.45
HSL200.19º59.77%34.12%-
HSV(B)200.19º74.82%54.51%-
XYZ10.312.1226.22-
YUV87.36157.1490.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.59%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 139 (54.69% from 255) = 50%
R=12.59%
G=37.41%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351041390.750.2500.45200.1959.7734.12
Hex23688B4B1902Dc83c22
Octal43150213113310553107442
Binary100011110100010001011100101111001010110111001000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23688b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23688b; }

 p { color: rgb(35,104,139); }

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

<style>
 a { background-color: #23688b; }

 a { background-color: rgb(35,104,139); }

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

<style>
 span { border-color: #23688b; }

 span { border-color: rgb(35,104,139); }

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