#262343

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

Shades of Paua #262343

Tints of Paua #262343

Color information

#262343 (or 0x262343) is unknown color: approx Paua. HEX triplet: 26, 23 and 43. RGB value is (38,35,67). Sum of RGB (Red+Green+Blue) = 38+35+67=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #262343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262343 is #D9DCBC. Grayscale: #272727. Windows color (decimal): -14277821 or 4399910. OLE color: 4399910.

HSL color Cylindrical-coordinate representation of color #262343: hue angle of 245.62º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #262343 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB383567-
CMYK0.430.4800.74
HSL245.62º31.37%20%-
HSV(B)245.62º47.76%26.27%-
XYZ2.412.025.57-
YUV39.54143.49126.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 47.86%
R=27.14%
G=25%
B=47.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3835670.430.4800.74245.6231.3720
Hex2623432B3004Af61f14
Octal4643103536001123663724
Binary100110100011100001110101111000001001010111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262343; }

 p { color: rgb(38,35,67); }

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

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

 a { background-color: rgb(38,35,67); }

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

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

 span { border-color: rgb(38,35,67); }

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