#232541

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

Shades of Valhalla #232541

Tints of Valhalla #232541

Color information

#232541 (or 0x232541) is unknown color: approx Valhalla. HEX triplet: 23, 25 and 41. RGB value is (35,37,65). Sum of RGB (Red+Green+Blue) = 35+37+65=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 37 (14.84% from 255 or 27.01% 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 #232541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232541 is #DCDABE. Grayscale: #272727. Windows color (decimal): -14473919 or 4269347. OLE color: 4269347.

HSL color Cylindrical-coordinate representation of color #232541: hue angle of 236º 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 #232541 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB353765-
CMYK0.460.4300.75
HSL236º30%19.61%-
HSV(B)236º46.15%25.49%-
XYZ2.312.065.28-
YUV39.59142.34124.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=25.55%
G=27.01%
B=47.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3537650.460.4300.752363019.61
Hex2325412E2B04Bec1e14
Octal4345101565301133543624
Binary100011100101100000110111010101101001011111011001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232541; }

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

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

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

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

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

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

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

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