#26224D

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

Shades of Paua #26224D

Tints of Paua #26224D

Color information

#26224D (or 0x26224D) is unknown color: approx Paua. HEX triplet: 26, 22 and 4D. RGB value is (38,34,77). Sum of RGB (Red+Green+Blue) = 38+34+77=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #26224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26224D is #D9DDB2. Grayscale: #272727. Windows color (decimal): -14278067 or 5055014. OLE color: 5055014.

HSL color Cylindrical-coordinate representation of color #26224D: hue angle of 245.58º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #26224D is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB383477-
CMYK0.510.5600.70
HSL245.58º38.74%21.76%-
HSV(B)245.58º55.84%30.2%-
XYZ2.712.097.28-
YUV40.1148.83126.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=25.50%
G=22.82%
B=51.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3834770.510.5600.70245.5838.7421.76
Hex26224D3338046f62716
Octal4642115637001063664726
Binary1001101000101001101110011111000010001101111011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26224D; }

 p { color: rgb(38,34,77); }

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

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

 a { background-color: rgb(38,34,77); }

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

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

 span { border-color: rgb(38,34,77); }

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