#262254

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

Shades of Paua #262254

Tints of Paua #262254

Color information

#262254 (or 0x262254) is unknown color: approx Paua. HEX triplet: 26, 22 and 54. RGB value is (38,34,84). Sum of RGB (Red+Green+Blue) = 38+34+84=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #262254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262254 is #D9DDAB. Grayscale: #282828. Windows color (decimal): -14278060 or 5513766. OLE color: 5513766.

HSL color Cylindrical-coordinate representation of color #262254: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262254 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB383484-
CMYK0.550.6000.67
HSL244.8º42.37%23.14%-
HSV(B)244.8º59.52%32.94%-
XYZ2.972.28.65-
YUV40.9152.33125.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 84 (33.20% from 255) = 53.85%
R=24.36%
G=21.79%
B=53.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3834840.550.6000.67244.842.3723.14
Hex262254373C043f52a17
Octal4642124677401033655227
Binary1001101000101010100110111111100010000111111010110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262254; }

 p { color: rgb(38,34,84); }

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

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

 a { background-color: rgb(38,34,84); }

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

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

 span { border-color: rgb(38,34,84); }

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