#262549

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

Shades of Paua #262549

Tints of Paua #262549

Color information

#262549 (or 0x262549) is unknown color: approx Paua. HEX triplet: 26, 25 and 49. RGB value is (38,37,73). Sum of RGB (Red+Green+Blue) = 38+37+73=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #262549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262549 is #D9DAB6. Grayscale: #292929. Windows color (decimal): -14277303 or 4793638. OLE color: 4793638.

HSL color Cylindrical-coordinate representation of color #262549: hue angle of 241.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #262549 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB383773-
CMYK0.480.4900.71
HSL241.67º32.73%21.57%-
HSV(B)241.67º49.32%28.63%-
XYZ2.662.226.59-
YUV41.4145.83125.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 49.32%
R=25.68%
G=25%
B=49.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3837730.480.4900.71241.6732.7321.57
Hex2625493031047f22116
Octal4645111606101073624126
Binary1001101001011001001110000110001010001111111001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262549; }

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

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

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

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

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

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

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

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