Html Css Color HEX #251D40 Tolopea

📋 copy color: '#251D40'

red 37 ◦ green 29 ◦ blue 64

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

Shades of Tolopea #251D40

Tints of Tolopea #251D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 49.23%

R = 28.46%
G = 22.31%
B = 49.23%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#251D40 (or 0x251D40) is known color: Tolopea. HEX triplet: 25, 1D and 40. RGB value is (37,29,64). Sum of RGB (Red+Green+Blue) = 37+29+64=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #251D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D40 is #DAE2BF. Grayscale: #232323. Windows color (decimal): -14344896 or 4201765. OLE color: 4201765.

HSL color Cylindrical-coordinate representation of color #251D40: hue angle of 253.71º 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 #251D40 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 29 64 -
CMYK 0.42 0.55 0 0.75
HSL 253.71º 0.38% 0.18% -
HSV(B) 253.71º 0.55% 0.25% -
XYZ 2.13 1.64 5.06 -
YUV 35.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 37 29 64 0.42 0.55 0 0.75 253.71 0.38 0.18
Hex 25 1D 40 2A 37 0 4B FE 26 12
Octal 45 35 100 52 67 0 113 376 46 22
Binary 100101 11101 1000000 101010 110111 0 1001011 11111110 100110 10010

Color Harmonies of #251D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D40

Black with #251D40

Text Example


Text Example

White with #251D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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