#26214F

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

Shades of Paua #26214F

Tints of Paua #26214F

Color information

#26214F (or 0x26214F) is unknown color: approx Paua. HEX triplet: 26, 21 and 4F. RGB value is (38,33,79). Sum of RGB (Red+Green+Blue) = 38+33+79=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #26214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26214F is #D9DEB0. Grayscale: #272727. Windows color (decimal): -14278321 or 5185830. OLE color: 5185830.

HSL color Cylindrical-coordinate representation of color #26214F: hue angle of 246.52º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26214F is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB383379-
CMYK0.520.5800.69
HSL246.52º41.07%21.96%-
HSV(B)246.52º58.23%30.98%-
XYZ2.752.067.65-
YUV39.74150.16126.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 79 (31.25% from 255) = 52.67%
R=25.33%
G=22%
B=52.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3833790.520.5800.69246.5241.0721.96
Hex26214F343A045f72916
Octal4641117647201053675126
Binary1001101000011001111110100111010010001011111011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26214F; }

 p { color: rgb(38,33,79); }

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

<style>
 a { background-color: #26214F; }

 a { background-color: rgb(38,33,79); }

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

<style>
 span { border-color: #26214F; }

 span { border-color: rgb(38,33,79); }

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