#232648

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

Shades of Valhalla #232648

Tints of Valhalla #232648

Color information

#232648 (or 0x232648) is unknown color: approx Valhalla. HEX triplet: 23, 26 and 48. RGB value is (35,38,72). Sum of RGB (Red+Green+Blue) = 35+38+72=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #232648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232648 is #DCD9B7. Grayscale: #282828. Windows color (decimal): -14473656 or 4728355. OLE color: 4728355.

HSL color Cylindrical-coordinate representation of color #232648: hue angle of 235.14º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232648 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB353872-
CMYK0.510.4700.72
HSL235.14º34.58%20.98%-
HSV(B)235.14º51.39%28.24%-
XYZ2.562.216.42-
YUV40.98145.51123.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=24.14%
G=26.21%
B=49.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3538720.510.4700.72235.1434.5820.98
Hex232648332F048eb2315
Octal4346110635701103534325
Binary1000111001101001000110011101111010010001110101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232648; }

 p { color: rgb(35,38,72); }

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

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

 a { background-color: rgb(35,38,72); }

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

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

 span { border-color: rgb(35,38,72); }

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