Html Css Color HEX #251D41 Tolopea

📋 copy color: '#251D41'

red 37 ◦ green 29 ◦ blue 65

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

Shades of Tolopea #251D41

Tints of Tolopea #251D41

RGB

 RED value IS 37 (14.84% from 255) = 28.24%

 GREEN value IS 29 (11.72% from 255) = 22.14%

 BLUE value IS 65 (25.78% from 255) = 49.62%

R = 28.24%
G = 22.14%
B = 49.62%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#251D41 (or 0x251D41) is known color: Tolopea. HEX triplet: 25, 1D and 41. RGB value is (37,29,65). Sum of RGB (Red+Green+Blue) = 37+29+65=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #251D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D41 is #DAE2BE. Grayscale: #232323. Windows color (decimal): -14344895 or 4267301. OLE color: 4267301.

HSL color Cylindrical-coordinate representation of color #251D41: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #251D41 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 29 65 -
CMYK 0.43 0.55 0 0.75
HSL 253.33º 0.38% 0.18% -
HSV(B) 253.33º 0.55% 0.25% -
XYZ 2.16 1.65 5.21 -
YUV 35.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 37 29 65 0.43 0.55 0 0.75 253.33 0.38 0.18
Hex 25 1D 41 2B 37 0 4B FD 26 12
Octal 45 35 101 53 67 0 113 375 46 22
Binary 100101 11101 1000001 101011 110111 0 1001011 11111101 100110 10010

Color Harmonies of #251D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D41

Black with #251D41

Text Example


Text Example

White with #251D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251D41; }

 p { color: rgb(37,29,65); }

 H1.HeaderClassName
 {
   color: #251D41;
 }
 .AnyTagClassName
 {
   color: #251D41;
 }
</style>

background-color css

<style>
 a { background-color: #251D41; }

 a { background-color: rgb(37,29,65); }

 div.DivClassName
 {
   background-color: #251D41;
 }
 .BgClassName
 {
   background-color: #251D41;
 }
</style>

border-color css

<style>
 span { border-color: #251D41; }

 span { border-color: rgb(37,29,65); }

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