#232348

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

Shades of Valhalla #232348

Tints of Valhalla #232348

Color information

#232348 (or 0x232348) is unknown color: approx Valhalla. HEX triplet: 23, 23 and 48. RGB value is (35,35,72). Sum of RGB (Red+Green+Blue) = 35+35+72=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #232348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232348 is #DCDCB7. Grayscale: #272727. Windows color (decimal): -14474424 or 4727587. OLE color: 4727587.

HSL color Cylindrical-coordinate representation of color #232348: hue angle of 240º 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 #232348 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB353572-
CMYK0.510.5100.72
HSL240º34.58%20.98%-
HSV(B)240º51.39%28.24%-
XYZ2.462.036.39-
YUV39.22146.5124.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=24.65%
G=24.65%
B=50.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3535720.510.5100.7224034.5820.98
Hex2323483333048f02315
Octal4343110636301103604325
Binary1000111000111001000110011110011010010001111000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232348; }

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

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

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

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

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

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

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

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