#262148

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

Shades of Paua #262148

Tints of Paua #262148

Color information

#262148 (or 0x262148) is unknown color: approx Paua. HEX triplet: 26, 21 and 48. RGB value is (38,33,72). Sum of RGB (Red+Green+Blue) = 38+33+72=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #262148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262148 is #D9DEB7. Grayscale: #262626. Windows color (decimal): -14278328 or 4727078. OLE color: 4727078.

HSL color Cylindrical-coordinate representation of color #262148: hue angle of 247.69º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #262148 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB383372-
CMYK0.470.5400.72
HSL247.69º37.14%20.59%-
HSV(B)247.69º54.17%28.24%-
XYZ2.511.976.38-
YUV38.94146.66127.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.57%
GREEN value IS 33 (13.28% from 255) = 23.08%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=26.57%
G=23.08%
B=50.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3833720.470.5400.72247.6937.1420.59
Hex2621482F36048f82515
Octal4641110576601103704525
Binary1001101000011001000101111110110010010001111100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262148; }

 p { color: rgb(38,33,72); }

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

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

 a { background-color: rgb(38,33,72); }

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

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

 span { border-color: rgb(38,33,72); }

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