Html Css Color HEX #232561 Paua

📋 copy color: '#232561'

red 35 ◦ green 37 ◦ blue 97

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

Shades of Paua #232561

Tints of Paua #232561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

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

R = 20.71%
G = 21.89%
B = 57.4%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#232561 (or 0x232561) is known color: Paua. HEX triplet: 23, 25 and 61. RGB value is (35,37,97). Sum of RGB (Red+Green+Blue) = 35+37+97=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #232561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232561 is #DCDA9E. Grayscale: #2B2B2B. Windows color (decimal): -14473887 or 6366499. OLE color: 6366499.

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

Color convert

RGB 35 37 97 -
CMYK 0.64 0.62 0 0.62
HSL 238.06º 0.47% 0.26% -
HSV(B) 238.06º 0.64% 0.38% -
XYZ 3.51 2.54 11.62 -
YUV 43.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 35 37 97 0.64 0.62 0 0.62 238.06 0.47 0.26
Hex 23 25 61 40 3E 0 3E EE 2F 1A
Octal 43 45 141 100 76 0 76 356 57 32
Binary 100011 100101 1100001 1000000 111110 0 111110 11101110 101111 11010

Color Harmonies of #232561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232561

Black with #232561

Text Example


Text Example

White with #232561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232561; }

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

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

background-color css

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

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

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

border-color css

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

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

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