#26245B

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

Shades of Paua #26245B

Tints of Paua #26245B

Color information

#26245B (or 0x26245B) is unknown color: approx Paua. HEX triplet: 26, 24 and 5B. RGB value is (38,36,91). Sum of RGB (Red+Green+Blue) = 38+36+91=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #26245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26245B is #D9DBA4. Grayscale: #2A2A2A. Windows color (decimal): -14277541 or 5973030. OLE color: 5973030.

HSL color Cylindrical-coordinate representation of color #26245B: hue angle of 242.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26245B is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB383691-
CMYK0.580.6000.64
HSL242.18º43.31%24.9%-
HSV(B)242.18º60.44%35.69%-
XYZ3.322.4310.19-
YUV42.87155.16124.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=23.03%
G=21.82%
B=55.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3836910.580.6000.64242.1843.3124.9
Hex26245B3A3C040f22b19
Octal4644133727401003625331
Binary1001101001001011011111010111100010000001111001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26245B; }

 p { color: rgb(38,36,91); }

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

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

 a { background-color: rgb(38,36,91); }

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

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

 span { border-color: rgb(38,36,91); }

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