#232549

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

Shades of Valhalla #232549

Tints of Valhalla #232549

Color information

#232549 (or 0x232549) is unknown color: approx Valhalla. HEX triplet: 23, 25 and 49. RGB value is (35,37,73). Sum of RGB (Red+Green+Blue) = 35+37+73=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #232549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232549 is #DCDAB6. Grayscale: #282828. Windows color (decimal): -14473911 or 4793635. OLE color: 4793635.

HSL color Cylindrical-coordinate representation of color #232549: hue angle of 236.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #232549 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB353773-
CMYK0.520.4900.71
HSL236.84º35.19%21.18%-
HSV(B)236.84º52.05%28.63%-
XYZ2.562.166.59-
YUV40.51146.34124.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=24.14%
G=25.52%
B=50.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3537730.520.4900.71236.8435.1921.18
Hex2325493431047ed2315
Octal4345111646101073554325
Binary1000111001011001001110100110001010001111110110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232549; }

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

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

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

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

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

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

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

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