#26265B

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

Shades of Paua #26265B

Tints of Paua #26265B

Color information

#26265B (or 0x26265B) is unknown color: approx Paua. HEX triplet: 26, 26 and 5B. RGB value is (38,38,91). Sum of RGB (Red+Green+Blue) = 38+38+91=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #26265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26265B is #D9D9A4. Grayscale: #2B2B2B. Windows color (decimal): -14277029 or 5973542. OLE color: 5973542.

HSL color Cylindrical-coordinate representation of color #26265B: hue angle of 240º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26265B is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB383891-
CMYK0.580.5800.64
HSL240º41.09%25.29%-
HSV(B)240º58.24%35.69%-
XYZ3.382.5510.21-
YUV44.04154.5123.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=22.75%
G=22.75%
B=54.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3838910.580.5800.6424041.0925.29
Hex26265B3A3A040f02919
Octal4646133727201003605131
Binary1001101001101011011111010111010010000001111000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,38,91); }

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

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

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

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

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

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

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