Html Css Color HEX #25235A Paua

📋 copy color: '#25235A'

red 37 ◦ green 35 ◦ blue 90

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

Shades of Paua #25235A

Tints of Paua #25235A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.56%

R = 22.84%
G = 21.6%
B = 55.56%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25235A (or 0x25235A) is known color: Paua. HEX triplet: 25, 23 and 5A. RGB value is (37,35,90). Sum of RGB (Red+Green+Blue) = 37+35+90=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #25235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25235A is #DADCA5. Grayscale: #292929. Windows color (decimal): -14343334 or 5907237. OLE color: 5907237.

HSL color Cylindrical-coordinate representation of color #25235A: hue angle of 242.18º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25235A is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 35 90 -
CMYK 0.59 0.61 0 0.65
HSL 242.18º 0.44% 0.25% -
HSV(B) 242.18º 0.61% 0.35% -
XYZ 3.21 2.33 9.95 -
YUV 41.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 37 35 90 0.59 0.61 0 0.65 242.18 0.44 0.25
Hex 25 23 5A 3B 3D 0 41 F2 2C 19
Octal 45 43 132 73 75 0 101 362 54 31
Binary 100101 100011 1011010 111011 111101 0 1000001 11110010 101100 11001

Color Harmonies of #25235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25235A

Black with #25235A

Text Example


Text Example

White with #25235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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