#232561

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

Shades of Paua #232561

Tints of Paua #232561

Color information

#232561 (or 0x232561) is unknown color: approx Paua. HEX triplet: 23, 25 and 61. RGB value is (35,37,97). Sum of RGB (Red+Green+Blue) = 35+37+97=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #232561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232561 is #DCDA9E. Grayscale: #2B2B2B. Windows color (decimal): -14473887 or 6366499. OLE color: 6366499.

HSL color Cylindrical-coordinate representation of color #232561: hue angle of 238.06º 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 #232561 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB353797-
CMYK0.640.6200.62
HSL238.06º46.97%25.88%-
HSV(B)238.06º63.92%38.04%-
XYZ3.512.5411.62-
YUV43.24158.34122.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=20.71%
G=21.89%
B=57.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3537970.640.6200.62238.0646.9725.88
Hex232561403E03Eee2f1a
Octal4345141100760763565732
Binary1000111001011100001100000011111001111101110111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232561; }

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

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

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

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

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

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

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

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