#26254F

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

Shades of Paua #26254F

Tints of Paua #26254F

Color information

#26254F (or 0x26254F) is unknown color: approx Paua. HEX triplet: 26, 25 and 4F. RGB value is (38,37,79). Sum of RGB (Red+Green+Blue) = 38+37+79=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #26254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26254F is #D9DAB0. Grayscale: #292929. Windows color (decimal): -14277297 or 5186854. OLE color: 5186854.

HSL color Cylindrical-coordinate representation of color #26254F: hue angle of 241.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26254F is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB383779-
CMYK0.520.5300.69
HSL241.43º36.21%22.75%-
HSV(B)241.43º53.16%30.98%-
XYZ2.872.37.69-
YUV42.09148.83125.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=24.68%
G=24.03%
B=51.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3837790.520.5300.69241.4336.2122.75
Hex26254F3435045f12417
Octal4645117646501053614427
Binary1001101001011001111110100110101010001011111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26254F; }

 p { color: rgb(38,37,79); }

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

<style>
 a { background-color: #26254F; }

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

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

<style>
 span { border-color: #26254F; }

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

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