Html Css Color HEX #251F40 Tolopea

📋 copy color: '#251F40'

red 37 ◦ green 31 ◦ blue 64

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

Shades of Tolopea #251F40

Tints of Tolopea #251F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.48%

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

R = 28.03%
G = 23.48%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#251F40 (or 0x251F40) is known color: Tolopea. HEX triplet: 25, 1F and 40. RGB value is (37,31,64). Sum of RGB (Red+Green+Blue) = 37+31+64=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #251F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F40 is #DAE0BF. Grayscale: #242424. Windows color (decimal): -14344384 or 4202277. OLE color: 4202277.

HSL color Cylindrical-coordinate representation of color #251F40: hue angle of 250.91º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #251F40 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 31 64 -
CMYK 0.42 0.52 0 0.75
HSL 250.91º 0.35% 0.19% -
HSV(B) 250.91º 0.52% 0.25% -
XYZ 2.18 1.74 5.07 -
YUV 36.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 37 31 64 0.42 0.52 0 0.75 250.91 0.35 0.19
Hex 25 1F 40 2A 34 0 4B FB 23 13
Octal 45 37 100 52 64 0 113 373 43 23
Binary 100101 11111 1000000 101010 110100 0 1001011 11111011 100011 10011

Color Harmonies of #251F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F40

Black with #251F40

Text Example


Text Example

White with #251F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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