Html Css Color HEX #231C41 Tolopea

📋 copy color: '#231C41'

red 35 ◦ green 28 ◦ blue 65

#231C41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #231C41

Tints of Tolopea #231C41

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 value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#231C41 (or 0x231C41) is known color: 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

RGB 35 28 65 -
CMYK 0.46 0.57 0 0.75
HSL 251.35º 0.4% 0.18% -
HSV(B) 251.35º 0.57% 0.25% -
XYZ 2.06 1.57 5.2 -
YUV 34.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 35 28 65 0.46 0.57 0 0.75 251.35 0.4 0.18
Hex 23 1C 41 2E 39 0 4B FB 28 12
Octal 43 34 101 56 71 0 113 373 50 22
Binary 100011 11100 1000001 101110 111001 0 1001011 11111011 101000 10010

Color Harmonies of #231C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C41

Black with #231C41

Text Example


Text Example

White with #231C41

Text Example


Text Example

HTML Codes & Css Web 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>