#231C41

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

Shades of Tolopea #231C41

Tints of Tolopea #231C41

Color information

#231C41 (or 0x231C41) is unknown color: approx Tolopea. HEX triplet: 23, 1C and 41. RGB value is (35,28,65). Sum of RGB (Red+Green+Blue) = 35+28+65=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #231C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C41 is #DCE3BE. Grayscale: #222222. Windows color (decimal): -14476223 or 4267043. OLE color: 4267043.

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

Color convert

RGB352865-
CMYK0.460.5700.75
HSL251.35º39.78%18.24%-
HSV(B)251.35º56.92%25.49%-
XYZ2.061.575.2-
YUV34.31145.32128.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.34%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 65 (25.78% from 255) = 50.78%
R=27.34%
G=21.88%
B=50.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3528650.460.5700.75251.3539.7818.24
Hex231C412E3904Bfb2812
Octal4334101567101133735022
Binary100011111001000001101110111001010010111111101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,28,65); }

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

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

 a { background-color: rgb(35,28,65); }

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

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

 span { border-color: rgb(35,28,65); }

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