Html Css Color HEX #232146 Paua

📋 copy color: '#232146'

red 35 ◦ green 33 ◦ blue 70

#232146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #232146

Tints of Paua #232146

RGB

 RED value IS 35 (14.06% from 255) = 25.36%

 GREEN value IS 33 (13.28% from 255) = 23.91%

 BLUE value IS 70 (27.73% from 255) = 50.72%

R = 25.36%
G = 23.91%
B = 50.72%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#232146 (or 0x232146) is known color: Paua. HEX triplet: 23, 21 and 46. RGB value is (35,33,70). Sum of RGB (Red+Green+Blue) = 35+33+70=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #232146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232146 is #DCDEB9. Grayscale: #252525. Windows color (decimal): -14474938 or 4596003. OLE color: 4596003.

HSL color Cylindrical-coordinate representation of color #232146: hue angle of 243.24º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #232146 is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 33 70 -
CMYK 0.5 0.53 0 0.73
HSL 243.24º 0.36% 0.2% -
HSV(B) 243.24º 0.53% 0.27% -
XYZ 2.34 1.89 6.04 -
YUV 37.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 35 33 70 0.5 0.53 0 0.73 243.24 0.36 0.2
Hex 23 21 46 32 35 0 49 F3 24 14
Octal 43 41 106 62 65 0 111 363 44 24
Binary 100011 100001 1000110 110010 110101 0 1001001 11110011 100100 10100

Color Harmonies of #232146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232146

Black with #232146

Text Example


Text Example

White with #232146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232146; }

 p { color: rgb(35,33,70); }

 H1.HeaderClassName
 {
   color: #232146;
 }
 .AnyTagClassName
 {
   color: #232146;
 }
</style>

background-color css

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

 a { background-color: rgb(35,33,70); }

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

border-color css

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

 span { border-color: rgb(35,33,70); }

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