#231C46

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

Shades of Paua #231C46

Tints of Paua #231C46

Color information

#231C46 (or 0x231C46) is unknown color: approx Paua. HEX triplet: 23, 1C and 46. RGB value is (35,28,70). Sum of RGB (Red+Green+Blue) = 35+28+70=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #231C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C46 is #DCE3B9. Grayscale: #222222. Windows color (decimal): -14476218 or 4594723. OLE color: 4594723.

HSL color Cylindrical-coordinate representation of color #231C46: hue angle of 250º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #231C46 is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB352870-
CMYK0.50.6000.73
HSL250º42.86%19.22%-
HSV(B)250º60%27.45%-
XYZ2.211.635.99-
YUV34.88147.82128.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.32%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 70 (27.73% from 255) = 52.63%
R=26.32%
G=21.05%
B=52.63%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3528700.50.6000.7325042.8619.22
Hex231C46323C049fa2b13
Octal4334106627401113725323
Binary100011111001000110110010111100010010011111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231C46; }

 p { color: rgb(35,28,70); }

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

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

 a { background-color: rgb(35,28,70); }

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

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

 span { border-color: rgb(35,28,70); }

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