#231E4F

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

Shades of Paua #231E4F

Tints of Paua #231E4F

Color information

#231E4F (or 0x231E4F) is unknown color: approx Paua. HEX triplet: 23, 1E and 4F. RGB value is (35,30,79). Sum of RGB (Red+Green+Blue) = 35+30+79=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #231E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E4F is #DCE1B0. Grayscale: #242424. Windows color (decimal): -14475697 or 5185059. OLE color: 5185059.

HSL color Cylindrical-coordinate representation of color #231E4F: hue angle of 246.12º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231E4F is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB353079-
CMYK0.560.6200.69
HSL246.12º44.95%21.37%-
HSV(B)246.12º62.03%30.98%-
XYZ2.571.857.62-
YUV37.08151.66126.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 79 (31.25% from 255) = 54.86%
R=24.31%
G=20.83%
B=54.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3530790.560.6200.69246.1244.9521.37
Hex231E4F383E045f62d15
Octal4336117707601053665525
Binary100011111101001111111000111110010001011111011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,30,79); }

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

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

 a { background-color: rgb(35,30,79); }

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

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

 span { border-color: rgb(35,30,79); }

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