Html Css Color HEX #252341 Valhalla

📋 copy color: '#252341'

red 37 ◦ green 35 ◦ blue 65

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

Shades of Valhalla #252341

Tints of Valhalla #252341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.55%

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

R = 27.01%
G = 25.55%
B = 47.45%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252341 (or 0x252341) is known color: Valhalla. HEX triplet: 25, 23 and 41. RGB value is (37,35,65). Sum of RGB (Red+Green+Blue) = 37+35+65=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #252341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252341 is #DADCBE. Grayscale: #262626. Windows color (decimal): -14343359 or 4268837. OLE color: 4268837.

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

Color convert

RGB 37 35 65 -
CMYK 0.43 0.46 0 0.75
HSL 244º 0.3% 0.2% -
HSV(B) 244º 0.46% 0.25% -
XYZ 2.32 1.98 5.26 -
YUV 39.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 37 35 65 0.43 0.46 0 0.75 244 0.3 0.2
Hex 25 23 41 2B 2E 0 4B F4 1E 14
Octal 45 43 101 53 56 0 113 364 36 24
Binary 100101 100011 1000001 101011 101110 0 1001011 11110100 11110 10100

Color Harmonies of #252341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252341

Black with #252341

Text Example


Text Example

White with #252341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252341; }

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

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

background-color css

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

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

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

border-color css

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

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

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