#231D5D

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

Shades of Paua #231D5D

Tints of Paua #231D5D

Color information

#231D5D (or 0x231D5D) is unknown color: approx Paua. HEX triplet: 23, 1D and 5D. RGB value is (35,29,93). Sum of RGB (Red+Green+Blue) = 35+29+93=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #231D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D5D is #DCE2A2. Grayscale: #252525. Windows color (decimal): -14475939 or 6102307. OLE color: 6102307.

HSL color Cylindrical-coordinate representation of color #231D5D: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #231D5D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB352993-
CMYK0.620.6900.64
HSL245.62º52.46%23.92%-
HSV(B)245.62º68.82%36.47%-
XYZ3.112.0310.58-
YUV38.09158.99125.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 93 (36.72% from 255) = 59.24%
R=22.29%
G=18.47%
B=59.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3529930.620.6900.64245.6252.4623.92
Hex231D5D3E45040f63418
Octal43351357610501003666430
Binary1000111110110111011111101000101010000001111011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,29,93); }

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

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

 a { background-color: rgb(35,29,93); }

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

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

 span { border-color: rgb(35,29,93); }

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