#232453

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

Shades of Paua #232453

Tints of Paua #232453

Color information

#232453 (or 0x232453) is unknown color: approx Paua. HEX triplet: 23, 24 and 53. RGB value is (35,36,83). Sum of RGB (Red+Green+Blue) = 35+36+83=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #232453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232453 is #DCDBAC. Grayscale: #282828. Windows color (decimal): -14474157 or 5448739. OLE color: 5448739.

HSL color Cylindrical-coordinate representation of color #232453: hue angle of 238.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232453 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB353683-
CMYK0.580.5700.67
HSL238.75º40.68%23.14%-
HSV(B)238.75º57.83%32.55%-
XYZ2.892.248.46-
YUV41.06151.67123.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=22.73%
G=23.38%
B=53.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3536830.580.5700.67238.7540.6823.14
Hex2324533A39043ef2917
Octal4344123727101033575127
Binary1000111001001010011111010111001010000111110111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232453; }

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

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

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

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

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

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

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

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