#25233F

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

Shades of Valhalla #25233F

Tints of Valhalla #25233F

Color information

#25233F (or 0x25233F) is unknown color: approx Valhalla. HEX triplet: 25, 23 and 3F. RGB value is (37,35,63). Sum of RGB (Red+Green+Blue) = 37+35+63=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #25233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25233F is #DADCC0. Grayscale: #262626. Windows color (decimal): -14343361 or 4137765. OLE color: 4137765.

HSL color Cylindrical-coordinate representation of color #25233F: hue angle of 244.29º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25233F is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB373563-
CMYK0.410.4400.75
HSL244.29º28.57%19.22%-
HSV(B)244.29º44.44%24.71%-
XYZ2.261.954.96-
YUV38.79141.66126.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 63 (25% from 255) = 46.67%
R=27.41%
G=25.93%
B=46.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3735630.410.4400.75244.2928.5719.22
Hex25233F292C04Bf41d13
Octal454377515401133643523
Binary10010110001111111110100110110001001011111101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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