Html Css Color HEX #252741 Valhalla

📋 copy color: '#252741'

red 37 ◦ green 39 ◦ blue 65

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

Shades of Valhalla #252741

Tints of Valhalla #252741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.66%

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

R = 26.24%
G = 27.66%
B = 46.1%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252741 (or 0x252741) is known color: Valhalla. HEX triplet: 25, 27 and 41. RGB value is (37,39,65). Sum of RGB (Red+Green+Blue) = 37+39+65=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #252741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252741 is #DAD8BE. Grayscale: #292929. Windows color (decimal): -14342335 or 4269861. OLE color: 4269861.

HSL color Cylindrical-coordinate representation of color #252741: hue angle of 235.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #252741 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 39 65 -
CMYK 0.43 0.40 0 0.75
HSL 235.71º 0.27% 0.2% -
HSV(B) 235.71º 0.43% 0.25% -
XYZ 2.44 2.23 5.3 -
YUV 41.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 37 39 65 0.43 0.40 0 0.75 235.71 0.27 0.2
Hex 25 27 41 2B 28 0 4B EC 1B 14
Octal 45 47 101 53 50 0 113 354 33 24
Binary 100101 100111 1000001 101011 101000 0 1001011 11101100 11011 10100

Color Harmonies of #252741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252741

Black with #252741

Text Example


Text Example

White with #252741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252741; }

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

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

background-color css

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

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

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

border-color css

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

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

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