#231B36

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

Shades of Tolopea #231B36

Tints of Tolopea #231B36

Color information

#231B36 (or 0x231B36) is unknown color: approx Tolopea. HEX triplet: 23, 1B and 36. RGB value is (35,27,54). Sum of RGB (Red+Green+Blue) = 35+27+54=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 54 - color contains mainly: blue. Hex color #231B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B36 is #DCE4C9. Grayscale: #202020. Windows color (decimal): -14476490 or 3545891. OLE color: 3545891.

HSL color Cylindrical-coordinate representation of color #231B36: hue angle of 257.78º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231B36 is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB352754-
CMYK0.350.500.79
HSL257.78º33.33%15.88%-
HSV(B)257.78º50%21.18%-
XYZ1.751.413.67-
YUV32.47140.15129.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.17%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 54 (21.48% from 255) = 46.55%
R=30.17%
G=23.28%
B=46.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3527540.350.500.79257.7833.3315.88
Hex231B36233204F1022110
Octal433366436201174024120
Binary100011110111101101000111100100100111110000001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,27,54); }

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

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

 a { background-color: rgb(35,27,54); }

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

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

 span { border-color: rgb(35,27,54); }

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