#231740

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

Shades of Tolopea #231740

Tints of Tolopea #231740

Color information

#231740 (or 0x231740) is unknown color: approx Tolopea. HEX triplet: 23, 17 and 40. RGB value is (35,23,64). Sum of RGB (Red+Green+Blue) = 35+23+64=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #231740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231740 is #DCE8BF. Grayscale: #1F1F1F. Windows color (decimal): -14477504 or 4200227. OLE color: 4200227.

HSL color Cylindrical-coordinate representation of color #231740: hue angle of 257.56º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #231740 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB352364-
CMYK0.450.6400.75
HSL257.56º47.13%17.06%-
HSV(B)257.56º64.06%25.1%-
XYZ1.921.345.01-
YUV31.26146.48130.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.69%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=28.69%
G=18.85%
B=52.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3523640.450.6400.75257.5647.1317.06
Hex2317402D4004B1022f11
Octal43271005510001134025721
Binary10001110111100000010110110000000100101110000001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231740; }

 p { color: rgb(35,23,64); }

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

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

 a { background-color: rgb(35,23,64); }

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

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

 span { border-color: rgb(35,23,64); }

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