#262550

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

Shades of Paua #262550

Tints of Paua #262550

Color information

#262550 (or 0x262550) is unknown color: approx Paua. HEX triplet: 26, 25 and 50. RGB value is (38,37,80). Sum of RGB (Red+Green+Blue) = 38+37+80=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #262550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262550 is #D9DAAF. Grayscale: #2A2A2A. Windows color (decimal): -14277296 or 5252390. OLE color: 5252390.

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

Color convert

RGB383780-
CMYK0.520.5400.69
HSL241.4º36.75%22.94%-
HSV(B)241.4º53.75%31.37%-
XYZ2.912.317.88-
YUV42.2149.33125-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=24.52%
G=23.87%
B=51.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3837800.520.5400.69241.436.7522.94
Hex2625503436045f12517
Octal4645120646601053614527
Binary1001101001011010000110100110110010001011111000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262550; }

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

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

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

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

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

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

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

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