#26275E

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

Shades of Paua #26275E

Tints of Paua #26275E

Color information

#26275E (or 0x26275E) is unknown color: approx Paua. HEX triplet: 26, 27 and 5E. RGB value is (38,39,94). Sum of RGB (Red+Green+Blue) = 38+39+94=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #26275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26275E is #D9D8A1. Grayscale: #2C2C2C. Windows color (decimal): -14276770 or 6170406. OLE color: 6170406.

HSL color Cylindrical-coordinate representation of color #26275E: hue angle of 238.93º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26275E is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB383994-
CMYK0.600.5900.63
HSL238.93º42.42%25.88%-
HSV(B)238.93º59.57%36.86%-
XYZ3.552.6710.92-
YUV44.97155.67123.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 94 (37.11% from 255) = 54.97%
R=22.22%
G=22.81%
B=54.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3839940.600.5900.63238.9342.4225.88
Hex26275E3C3B03Fef2a1a
Octal464713674730773575232
Binary100110100111101111011110011101101111111110111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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