Html Css Color HEX #25234A Paua

📋 copy color: '#25234A'

red 37 ◦ green 35 ◦ blue 74

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

Shades of Paua #25234A

Tints of Paua #25234A

RGB

 RED value IS 37 (14.84% from 255) = 25.34%

 GREEN value IS 35 (14.06% from 255) = 23.97%

 BLUE value IS 74 (29.3% from 255) = 50.68%

R = 25.34%
G = 23.97%
B = 50.68%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25234A (or 0x25234A) is known color: Paua. HEX triplet: 25, 23 and 4A. RGB value is (37,35,74). Sum of RGB (Red+Green+Blue) = 37+35+74=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #25234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25234A is #DADCB5. Grayscale: #272727. Windows color (decimal): -14343350 or 4858661. OLE color: 4858661.

HSL color Cylindrical-coordinate representation of color #25234A: hue angle of 243.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25234A is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 35 74 -
CMYK 0.50 0.53 0 0.71
HSL 243.08º 0.36% 0.21% -
HSV(B) 243.08º 0.53% 0.29% -
XYZ 2.6 2.09 6.74 -
YUV 40.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 37 35 74 0.50 0.53 0 0.71 243.08 0.36 0.21
Hex 25 23 4A 32 35 0 47 F3 24 15
Octal 45 43 112 62 65 0 107 363 44 25
Binary 100101 100011 1001010 110010 110101 0 1000111 11110011 100100 10101

Color Harmonies of #25234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25234A

Black with #25234A

Text Example


Text Example

White with #25234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25234A; }

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

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

background-color css

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

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

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

border-color css

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

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

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