#262350

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

Shades of Paua #262350

Tints of Paua #262350

Color information

#262350 (or 0x262350) is unknown color: approx Paua. HEX triplet: 26, 23 and 50. RGB value is (38,35,80). Sum of RGB (Red+Green+Blue) = 38+35+80=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #262350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262350 is #D9DCAF. Grayscale: #282828. Windows color (decimal): -14277808 or 5251878. OLE color: 5251878.

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

Color convert

RGB383580-
CMYK0.520.5600.69
HSL244º39.13%22.55%-
HSV(B)244º56.25%31.37%-
XYZ2.852.197.86-
YUV41.03149.99125.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=24.84%
G=22.88%
B=52.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3835800.520.5600.6924439.1322.55
Hex2623503438045f42717
Octal4643120647001053644727
Binary1001101000111010000110100111000010001011111010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262350; }

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

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

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

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

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

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

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

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