#231C5F

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

Shades of Paua #231C5F

Tints of Paua #231C5F

Color information

#231C5F (or 0x231C5F) is unknown color: approx Paua. HEX triplet: 23, 1C and 5F. RGB value is (35,28,95). Sum of RGB (Red+Green+Blue) = 35+28+95=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #231C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231C5F is #DCE3A0. Grayscale: #252525. Windows color (decimal): -14476193 or 6233123. OLE color: 6233123.

HSL color Cylindrical-coordinate representation of color #231C5F: hue angle of 246.27º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #231C5F is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB352895-
CMYK0.630.7100.63
HSL246.27º54.47%24.12%-
HSV(B)246.27º70.53%37.25%-
XYZ3.172.0111.05-
YUV37.73160.32126.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=22.15%
G=17.72%
B=60.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3528950.630.7100.63246.2754.4724.12
Hex231C5F3F4703Ff63618
Octal4334137771070773666630
Binary100011111001011111111111100011101111111111011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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