#26244C

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

Shades of Paua #26244C

Tints of Paua #26244C

Color information

#26244C (or 0x26244C) is unknown color: approx Paua. HEX triplet: 26, 24 and 4C. RGB value is (38,36,76). Sum of RGB (Red+Green+Blue) = 38+36+76=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #26244C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26244C is #D9DBB3. Grayscale: #292929. Windows color (decimal): -14277556 or 4989990. OLE color: 4989990.

HSL color Cylindrical-coordinate representation of color #26244C: hue angle of 243º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26244C is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB383676-
CMYK0.50.5300.70
HSL243º35.71%21.96%-
HSV(B)243º52.63%29.8%-
XYZ2.732.27.12-
YUV41.16147.66125.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 76 (30.08% from 255) = 50.67%
R=25.33%
G=24%
B=50.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3836760.50.5300.7024335.7121.96
Hex26244C3235046f32416
Octal4644114626501063634426
Binary1001101001001001100110010110101010001101111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26244C; }

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

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

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

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

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

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

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

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