#231D5C

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

Shades of Paua #231D5C

Tints of Paua #231D5C

Color information

#231D5C (or 0x231D5C) is unknown color: approx Paua. HEX triplet: 23, 1D and 5C. RGB value is (35,29,92). Sum of RGB (Red+Green+Blue) = 35+29+92=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #231D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231D5C is #DCE2A3. Grayscale: #252525. Windows color (decimal): -14475940 or 6036771. OLE color: 6036771.

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

Color convert

RGB352992-
CMYK0.620.6800.64
HSL245.71º52.07%23.73%-
HSV(B)245.71º68.48%36.08%-
XYZ3.062.0110.35-
YUV37.98158.49125.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=22.44%
G=18.59%
B=58.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3529920.620.6800.64245.7152.0723.73
Hex231D5C3E44040f63418
Octal43351347610401003666430
Binary1000111110110111001111101000100010000001111011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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