#26244D

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

Shades of Paua #26244D

Tints of Paua #26244D

Color information

#26244D (or 0x26244D) is unknown color: approx Paua. HEX triplet: 26, 24 and 4D. RGB value is (38,36,77). Sum of RGB (Red+Green+Blue) = 38+36+77=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #26244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26244D is #D9DBB2. Grayscale: #292929. Windows color (decimal): -14277555 or 5055526. OLE color: 5055526.

HSL color Cylindrical-coordinate representation of color #26244D: hue angle of 242.93º 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 #26244D is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB383677-
CMYK0.510.5300.70
HSL242.93º36.28%22.16%-
HSV(B)242.93º53.25%30.2%-
XYZ2.772.217.3-
YUV41.27148.16125.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=25.17%
G=23.84%
B=50.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3836770.510.5300.70242.9336.2822.16
Hex26244D3335046f32416
Octal4644115636501063634426
Binary1001101001001001101110011110101010001101111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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