#231C34

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

Shades of Tolopea #231C34

Tints of Tolopea #231C34

Color information

#231C34 (or 0x231C34) is unknown color: approx Tolopea. HEX triplet: 23, 1C and 34. RGB value is (35,28,52). Sum of RGB (Red+Green+Blue) = 35+28+52=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #231C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C34 is #DCE3CB. Grayscale: #202020. Windows color (decimal): -14476236 or 3415075. OLE color: 3415075.

HSL color Cylindrical-coordinate representation of color #231C34: hue angle of 257.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231C34 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB352852-
CMYK0.330.4600.80
HSL257.5º30%15.69%-
HSV(B)257.5º46.15%20.39%-
XYZ1.731.443.43-
YUV32.83138.82129.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.43%
GREEN value IS 28 (11.33% from 255) = 24.35%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=30.43%
G=24.35%
B=45.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3528520.330.4600.80257.53015.69
Hex231C34212E0501021e10
Octal433464415601204023620
Binary10001111100110100100001101110010100001000000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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