#23698A

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

Shades of Allports #23698A

Tints of Allports #23698A

Color information

#23698A (or 0x23698A) is unknown color: approx Allports. HEX triplet: 23, 69 and 8A. RGB value is (35,105,138). Sum of RGB (Red+Green+Blue) = 35+105+138=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #23698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23698A is #DC9675. Grayscale: #575757. Windows color (decimal): -14456438 or 9070883. OLE color: 9070883.

HSL color Cylindrical-coordinate representation of color #23698A: hue angle of 199.22º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23698A is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB35105138-
CMYK0.750.2400.46
HSL199.22º59.54%33.92%-
HSV(B)199.22º74.64%54.12%-
XYZ10.3312.325.87-
YUV87.83156.3190.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.59%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=12.59%
G=37.77%
B=49.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351051380.750.2400.46199.2259.5433.92
Hex23698A4B1802Ec73c22
Octal43151212113300563077442
Binary100011110100110001010100101111000010111011000111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23698A; }

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

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

<style>
 a { background-color: #23698A; }

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

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

<style>
 span { border-color: #23698A; }

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

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