#26275D

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

Shades of Paua #26275D

Tints of Paua #26275D

Color information

#26275D (or 0x26275D) is unknown color: approx Paua. HEX triplet: 26, 27 and 5D. RGB value is (38,39,93). Sum of RGB (Red+Green+Blue) = 38+39+93=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #26275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26275D is #D9D8A2. Grayscale: #2C2C2C. Windows color (decimal): -14276771 or 6104870. OLE color: 6104870.

HSL color Cylindrical-coordinate representation of color #26275D: hue angle of 238.91º 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 #26275D is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB383993-
CMYK0.590.5800.64
HSL238.91º41.98%25.69%-
HSV(B)238.91º59.14%36.47%-
XYZ3.52.6510.68-
YUV44.86155.17123.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=22.35%
G=22.94%
B=54.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3839930.590.5800.64238.9141.9825.69
Hex26275D3B3A040ef2a1a
Octal4647135737201003575232
Binary1001101001111011101111011111010010000001110111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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