Html Css Color HEX #232261 Paua

📋 copy color: '#232261'

red 35 ◦ green 34 ◦ blue 97

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

Shades of Paua #232261

Tints of Paua #232261

RGB

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

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

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

R = 21.08%
G = 20.48%
B = 58.43%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#232261 (or 0x232261) is known color: Paua. HEX triplet: 23, 22 and 61. RGB value is (35,34,97). Sum of RGB (Red+Green+Blue) = 35+34+97=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #232261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232261 is #DCDD9E. Grayscale: #292929. Windows color (decimal): -14474655 or 6365731. OLE color: 6365731.

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

Color convert

RGB 35 34 97 -
CMYK 0.64 0.65 0 0.62
HSL 240.95º 0.48% 0.26% -
HSV(B) 240.95º 0.65% 0.38% -
XYZ 3.42 2.36 11.59 -
YUV 41.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 35 34 97 0.64 0.65 0 0.62 240.95 0.48 0.26
Hex 23 22 61 40 41 0 3E F1 30 1A
Octal 43 42 141 100 101 0 76 361 60 32
Binary 100011 100010 1100001 1000000 1000001 0 111110 11110001 110000 11010

Color Harmonies of #232261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232261

Black with #232261

Text Example


Text Example

White with #232261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232261; }

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

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

background-color css

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

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

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

border-color css

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

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

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