Html Css Color HEX #232148 Paua

📋 copy color: '#232148'

red 35 ◦ green 33 ◦ blue 72

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

Shades of Paua #232148

Tints of Paua #232148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 51.43%

R = 25%
G = 23.57%
B = 51.43%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#232148 (or 0x232148) is known color: Paua. HEX triplet: 23, 21 and 48. RGB value is (35,33,72). Sum of RGB (Red+Green+Blue) = 35+33+72=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #232148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232148 is #DCDEB7. Grayscale: #252525. Windows color (decimal): -14474936 or 4727075. OLE color: 4727075.

HSL color Cylindrical-coordinate representation of color #232148: hue angle of 243.08º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #232148 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 33 72 -
CMYK 0.51 0.54 0 0.72
HSL 243.08º 0.37% 0.21% -
HSV(B) 243.08º 0.54% 0.28% -
XYZ 2.41 1.91 6.37 -
YUV 38.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 35 33 72 0.51 0.54 0 0.72 243.08 0.37 0.21
Hex 23 21 48 33 36 0 48 F3 25 15
Octal 43 41 110 63 66 0 110 363 45 25
Binary 100011 100001 1001000 110011 110110 0 1001000 11110011 100101 10101

Color Harmonies of #232148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232148

Black with #232148

Text Example


Text Example

White with #232148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232148; }

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

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

background-color css

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

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

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

border-color css

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

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

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