#26254C

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

Shades of Paua #26254C

Tints of Paua #26254C

Color information

#26254C (or 0x26254C) is unknown color: approx Paua. HEX triplet: 26, 25 and 4C. RGB value is (38,37,76). Sum of RGB (Red+Green+Blue) = 38+37+76=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #26254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26254C is #D9DAB3. Grayscale: #292929. Windows color (decimal): -14277300 or 4990246. OLE color: 4990246.

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

Color convert

RGB383776-
CMYK0.50.5100.70
HSL241.54º34.51%22.16%-
HSV(B)241.54º51.32%29.8%-
XYZ2.772.267.13-
YUV41.74147.33125.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=25.17%
G=24.50%
B=50.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3837760.50.5100.70241.5434.5122.16
Hex26254C3233046f22316
Octal4645114626301063624326
Binary1001101001011001100110010110011010001101111001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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