#26265D

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

Shades of Paua #26265D

Tints of Paua #26265D

Color information

#26265D (or 0x26265D) is unknown color: approx Paua. HEX triplet: 26, 26 and 5D. RGB value is (38,38,93). Sum of RGB (Red+Green+Blue) = 38+38+93=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #26265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26265D is #D9D9A2. Grayscale: #2C2C2C. Windows color (decimal): -14277027 or 6104614. OLE color: 6104614.

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

Color convert

RGB383893-
CMYK0.590.5900.64
HSL240º41.98%25.69%-
HSV(B)240º59.14%36.47%-
XYZ3.472.5910.67-
YUV44.27155.5123.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=22.49%
G=22.49%
B=55.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3838930.590.5900.6424041.9825.69
Hex26265D3B3B040f02a1a
Octal4646135737301003605232
Binary1001101001101011101111011111011010000001111000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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