Html Css Color HEX #232047 Paua

📋 copy color: '#232047'

red 35 ◦ green 32 ◦ blue 71

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

Shades of Paua #232047

Tints of Paua #232047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 71 (28.13% from 255) = 51.45%

R = 25.36%
G = 23.19%
B = 51.45%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#232047 (or 0x232047) is known color: Paua. HEX triplet: 23, 20 and 47. RGB value is (35,32,71). Sum of RGB (Red+Green+Blue) = 35+32+71=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #232047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232047 is #DCDFB8. Grayscale: #252525. Windows color (decimal): -14475193 or 4661283. OLE color: 4661283.

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

Color convert

RGB 35 32 71 -
CMYK 0.51 0.55 0 0.72
HSL 244.62º 0.38% 0.2% -
HSV(B) 244.62º 0.55% 0.28% -
XYZ 2.35 1.85 6.19 -
YUV 37.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 35 32 71 0.51 0.55 0 0.72 244.62 0.38 0.2
Hex 23 20 47 33 37 0 48 F5 26 14
Octal 43 40 107 63 67 0 110 365 46 24
Binary 100011 100000 1000111 110011 110111 0 1001000 11110101 100110 10100

Color Harmonies of #232047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232047

Black with #232047

Text Example


Text Example

White with #232047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232047; }

 p { color: rgb(35,32,71); }

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

background-color css

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

 a { background-color: rgb(35,32,71); }

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

border-color css

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

 span { border-color: rgb(35,32,71); }

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