#25233D

Color #25233D Valhalla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valhalla #25233D

Tints of Valhalla #25233D

Color information

#25233D (or 0x25233D) is unknown color: approx Valhalla. HEX triplet: 25, 23 and 3D. RGB value is (37,35,61). Sum of RGB (Red+Green+Blue) = 37+35+61=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #25233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25233D is #DADCC2. Grayscale: #262626. Windows color (decimal): -14343363 or 4006693. OLE color: 4006693.

HSL color Cylindrical-coordinate representation of color #25233D: hue angle of 244.62º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25233D is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB373561-
CMYK0.390.4300.76
HSL244.62º27.08%18.82%-
HSV(B)244.62º42.62%23.92%-
XYZ2.211.934.67-
YUV38.56140.66126.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 61 (24.22% from 255) = 45.86%
R=27.82%
G=26.32%
B=45.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3735610.390.4300.76244.6227.0818.82
Hex25233D272B04Cf51b13
Octal454375475301143653323
Binary10010110001111110110011110101101001100111101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25233D; }

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

 H1.HeaderClassName
 {
   color: #25233D;
 }
 .AnyTagClassName
 {
   color: #25233D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #25233D;
 }
 .BgClassName
 {
   background-color: #25233D;
 }
</style>
border-color css

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

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

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