#232461

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

Shades of Paua #232461

Tints of Paua #232461

Color information

#232461 (or 0x232461) is unknown color: approx Paua. HEX triplet: 23, 24 and 61. RGB value is (35,36,97). Sum of RGB (Red+Green+Blue) = 35+36+97=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #232461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232461 is #DCDB9E. Grayscale: #2A2A2A. Windows color (decimal): -14474143 or 6366243. OLE color: 6366243.

HSL color Cylindrical-coordinate representation of color #232461: hue angle of 239.03º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #232461 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB353697-
CMYK0.640.6300.62
HSL239.03º46.97%25.88%-
HSV(B)239.03º63.92%38.04%-
XYZ3.482.4811.6-
YUV42.66158.67122.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.83%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 97 (38.28% from 255) = 57.74%
R=20.83%
G=21.43%
B=57.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3536970.640.6300.62239.0346.9725.88
Hex232461403F03Eef2f1a
Octal4344141100770763575732
Binary1000111001001100001100000011111101111101110111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232461; }

 p { color: rgb(35,36,97); }

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

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

 a { background-color: rgb(35,36,97); }

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

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

 span { border-color: rgb(35,36,97); }

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