#26204B

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

Shades of Paua #26204B

Tints of Paua #26204B

Color information

#26204B (or 0x26204B) is unknown color: approx Paua. HEX triplet: 26, 20 and 4B. RGB value is (38,32,75). Sum of RGB (Red+Green+Blue) = 38+32+75=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #26204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26204B is #D9DFB4. Grayscale: #262626. Windows color (decimal): -14278581 or 4923430. OLE color: 4923430.

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

Color convert

RGB383275-
CMYK0.490.5700.71
HSL248.37º40.19%20.98%-
HSV(B)248.37º57.33%29.41%-
XYZ2.591.956.9-
YUV38.7148.49127.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 75 (29.69% from 255) = 51.72%
R=26.21%
G=22.07%
B=51.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3832750.490.5700.71248.3740.1920.98
Hex26204B3139047f82815
Octal4640113617101073705025
Binary1001101000001001011110001111001010001111111100010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26204B; }

 p { color: rgb(38,32,75); }

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

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

 a { background-color: rgb(38,32,75); }

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

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

 span { border-color: rgb(38,32,75); }

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