#333448

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

Shades of Valhalla #333448

Tints of Valhalla #333448

Color information

#333448 (or 0x333448) is unknown color: approx Valhalla. HEX triplet: 33, 34 and 48. RGB value is (51,52,72). Sum of RGB (Red+Green+Blue) = 51+52+72=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #333448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333448 is #CCCBB7. Grayscale: #353535. Windows color (decimal): -13421496 or 4731955. OLE color: 4731955.

HSL color Cylindrical-coordinate representation of color #333448: hue angle of 237.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333448 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB515272-
CMYK0.290.2800.72
HSL237.14º17.07%24.12%-
HSV(B)237.14º29.17%28.24%-
XYZ3.763.636.63-
YUV53.98138.17125.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=29.14%
G=29.71%
B=41.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5152720.290.2800.72237.1417.0724.12
Hex3334481D1C048ed1118
Octal6364110353401103552130
Binary1100111101001001000111011110001001000111011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333448; }

 p { color: rgb(51,52,72); }

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

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

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

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

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

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

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