#26244B

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

Shades of Paua #26244B

Tints of Paua #26244B

Color information

#26244B (or 0x26244B) is unknown color: approx Paua. HEX triplet: 26, 24 and 4B. RGB value is (38,36,75). Sum of RGB (Red+Green+Blue) = 38+36+75=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #26244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26244B is #D9DBB4. Grayscale: #282828. Windows color (decimal): -14277557 or 4924454. OLE color: 4924454.

HSL color Cylindrical-coordinate representation of color #26244B: hue angle of 243.08º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26244B is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB383675-
CMYK0.490.5200.71
HSL243.08º35.14%21.76%-
HSV(B)243.08º52%29.41%-
XYZ2.72.186.94-
YUV41.04147.16125.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=25.50%
G=24.16%
B=50.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3836750.490.5200.71243.0835.1421.76
Hex26244B3134047f32316
Octal4644113616401073634326
Binary1001101001001001011110001110100010001111111001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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