Html Css Color HEX #232248 Paua

📋 copy color: '#232248'

red 35 ◦ green 34 ◦ blue 72

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

Shades of Paua #232248

Tints of Paua #232248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 24.82%
G = 24.11%
B = 51.06%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#232248 (or 0x232248) is known color: Paua. HEX triplet: 23, 22 and 48. RGB value is (35,34,72). Sum of RGB (Red+Green+Blue) = 35+34+72=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #232248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232248 is #DCDDB7. Grayscale: #262626. Windows color (decimal): -14474680 or 4727331. OLE color: 4727331.

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

Color convert

RGB 35 34 72 -
CMYK 0.51 0.53 0 0.72
HSL 241.58º 0.36% 0.21% -
HSV(B) 241.58º 0.53% 0.28% -
XYZ 2.43 1.97 6.38 -
YUV 38.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 35 34 72 0.51 0.53 0 0.72 241.58 0.36 0.21
Hex 23 22 48 33 35 0 48 F2 24 15
Octal 43 42 110 63 65 0 110 362 44 25
Binary 100011 100010 1001000 110011 110101 0 1001000 11110010 100100 10101

Color Harmonies of #232248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232248

Black with #232248

Text Example


Text Example

White with #232248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232248; }

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

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

background-color css

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

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

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

border-color css

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

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

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