#231F4B

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

Shades of Paua #231F4B

Tints of Paua #231F4B

Color information

#231F4B (or 0x231F4B) is unknown color: approx Paua. HEX triplet: 23, 1F and 4B. RGB value is (35,31,75). Sum of RGB (Red+Green+Blue) = 35+31+75=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #231F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F4B is #DCE0B4. Grayscale: #252525. Windows color (decimal): -14475445 or 4923171. OLE color: 4923171.

HSL color Cylindrical-coordinate representation of color #231F4B: hue angle of 245.45º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #231F4B is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB353175-
CMYK0.530.5900.71
HSL245.45º41.51%20.78%-
HSV(B)245.45º58.67%29.41%-
XYZ2.451.856.88-
YUV37.21149.33126.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.82%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 75 (29.69% from 255) = 53.19%
R=24.82%
G=21.99%
B=53.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3531750.530.5900.71245.4541.5120.78
Hex231F4B353B047f52a15
Octal4337113657301073655225
Binary100011111111001011110101111011010001111111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,31,75); }

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

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

 a { background-color: rgb(35,31,75); }

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

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

 span { border-color: rgb(35,31,75); }

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