#231D43

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

Shades of Tolopea #231D43

Tints of Tolopea #231D43

Color information

#231D43 (or 0x231D43) is unknown color: approx Tolopea. HEX triplet: 23, 1D and 43. RGB value is (35,29,67). Sum of RGB (Red+Green+Blue) = 35+29+67=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #231D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D43 is #DCE2BC. Grayscale: #222222. Windows color (decimal): -14475965 or 4398371. OLE color: 4398371.

HSL color Cylindrical-coordinate representation of color #231D43: hue angle of 249.47º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #231D43 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB352967-
CMYK0.480.5700.74
HSL249.47º39.58%18.82%-
HSV(B)249.47º56.72%26.27%-
XYZ2.151.645.51-
YUV35.13145.99127.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.72%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 67 (26.56% from 255) = 51.15%
R=26.72%
G=22.14%
B=51.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3529670.480.5700.74249.4739.5818.82
Hex231D43303904Af92813
Octal4335103607101123715023
Binary100011111011000011110000111001010010101111100110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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