Html Css Color HEX #251B40 Tolopea

📋 copy color: '#251B40'

red 37 ◦ green 27 ◦ blue 64

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

Shades of Tolopea #251B40

Tints of Tolopea #251B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.09%

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

R = 28.91%
G = 21.09%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#251B40 (or 0x251B40) is known color: Tolopea. HEX triplet: 25, 1B and 40. RGB value is (37,27,64). Sum of RGB (Red+Green+Blue) = 37+27+64=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #251B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B40 is #DAE4BF. Grayscale: #222222. Windows color (decimal): -14345408 or 4201253. OLE color: 4201253.

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

Color convert

RGB 37 27 64 -
CMYK 0.42 0.58 0 0.75
HSL 256.22º 0.41% 0.18% -
HSV(B) 256.22º 0.58% 0.25% -
XYZ 2.08 1.55 5.04 -
YUV 34.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 37 27 64 0.42 0.58 0 0.75 256.22 0.41 0.18
Hex 25 1B 40 2A 3A 0 4B 100 29 12
Octal 45 33 100 52 72 0 113 400 51 22
Binary 100101 11011 1000000 101010 111010 0 1001011 100000000 101001 10010

Color Harmonies of #251B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B40

Black with #251B40

Text Example


Text Example

White with #251B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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