#26254E

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

Shades of Paua #26254E

Tints of Paua #26254E

Color information

#26254E (or 0x26254E) is unknown color: approx Paua. HEX triplet: 26, 25 and 4E. RGB value is (38,37,78). Sum of RGB (Red+Green+Blue) = 38+37+78=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #26254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26254E is #D9DAB1. Grayscale: #292929. Windows color (decimal): -14277298 or 5121318. OLE color: 5121318.

HSL color Cylindrical-coordinate representation of color #26254E: hue angle of 241.46º 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 #26254E is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB383778-
CMYK0.510.5300.69
HSL241.46º35.65%22.55%-
HSV(B)241.46º52.56%30.59%-
XYZ2.842.297.5-
YUV41.97148.33125.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=24.84%
G=24.18%
B=50.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3837780.510.5300.69241.4635.6522.55
Hex26254E3335045f12417
Octal4645116636501053614427
Binary1001101001011001110110011110101010001011111000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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