#231E50

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

Shades of Paua #231E50

Tints of Paua #231E50

Color information

#231E50 (or 0x231E50) is unknown color: approx Paua. HEX triplet: 23, 1E and 50. RGB value is (35,30,80). Sum of RGB (Red+Green+Blue) = 35+30+80=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #231E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231E50 is #DCE1AF. Grayscale: #252525. Windows color (decimal): -14475696 or 5250595. OLE color: 5250595.

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

Color convert

RGB353080-
CMYK0.560.6200.69
HSL246º45.45%21.57%-
HSV(B)246º62.5%31.37%-
XYZ2.611.877.81-
YUV37.2152.16126.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=24.14%
G=20.69%
B=55.17%

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
Decimal3530800.560.6200.6924645.4521.57
Hex231E50383E045f62d16
Octal4336120707601053665526
Binary100011111101010000111000111110010001011111011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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