#231D40

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

Shades of Tolopea #231D40

Tints of Tolopea #231D40

Color information

#231D40 (or 0x231D40) is unknown color: approx Tolopea. HEX triplet: 23, 1D and 40. RGB value is (35,29,64). Sum of RGB (Red+Green+Blue) = 35+29+64=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #231D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D40 is #DCE2BF. Grayscale: #222222. Windows color (decimal): -14475968 or 4201763. OLE color: 4201763.

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

Color convert

RGB352964-
CMYK0.450.5500.75
HSL250.29º37.63%18.24%-
HSV(B)250.29º54.69%25.1%-
XYZ2.061.615.05-
YUV34.78144.49128.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.34%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 64 (25.39% from 255) = 50%
R=27.34%
G=22.66%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3529640.450.5500.75250.2937.6318.24
Hex231D402D3704Bfa2612
Octal4335100556701133724622
Binary100011111011000000101101110111010010111111101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231D40; }

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

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

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

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

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

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

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

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