Html Css Color HEX #232161 Paua

📋 copy color: '#232161'

red 35 ◦ green 33 ◦ blue 97

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

Shades of Paua #232161

Tints of Paua #232161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 21.21%
G = 20%
B = 58.79%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#232161 (or 0x232161) is known color: Paua. HEX triplet: 23, 21 and 61. RGB value is (35,33,97). Sum of RGB (Red+Green+Blue) = 35+33+97=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #232161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232161 is #DCDE9E. Grayscale: #282828. Windows color (decimal): -14474911 or 6365475. OLE color: 6365475.

HSL color Cylindrical-coordinate representation of color #232161: hue angle of 241.88º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232161 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 33 97 -
CMYK 0.64 0.66 0 0.62
HSL 241.88º 0.49% 0.25% -
HSV(B) 241.88º 0.66% 0.38% -
XYZ 3.39 2.31 11.58 -
YUV 40.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 35 33 97 0.64 0.66 0 0.62 241.88 0.49 0.25
Hex 23 21 61 40 42 0 3E F2 31 19
Octal 43 41 141 100 102 0 76 362 61 31
Binary 100011 100001 1100001 1000000 1000010 0 111110 11110010 110001 11001

Color Harmonies of #232161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232161

Black with #232161

Text Example


Text Example

White with #232161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232161; }

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

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

background-color css

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

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

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

border-color css

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

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

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