Html Css Color HEX #25265B Paua

📋 copy color: '#25265B'

red 37 ◦ green 38 ◦ blue 91

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

Shades of Paua #25265B

Tints of Paua #25265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

 BLUE value IS 91 (35.94% from 255) = 54.82%

R = 22.29%
G = 22.89%
B = 54.82%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25265B (or 0x25265B) is known color: Paua. HEX triplet: 25, 26 and 5B. RGB value is (37,38,91). Sum of RGB (Red+Green+Blue) = 37+38+91=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #25265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25265B is #DAD9A4. Grayscale: #2B2B2B. Windows color (decimal): -14342565 or 5973541. OLE color: 5973541.

HSL color Cylindrical-coordinate representation of color #25265B: hue angle of 238.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25265B is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 38 91 -
CMYK 0.59 0.58 0 0.64
HSL 238.89º 0.42% 0.25% -
HSV(B) 238.89º 0.59% 0.36% -
XYZ 3.34 2.53 10.21 -
YUV 43.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 37 38 91 0.59 0.58 0 0.64 238.89 0.42 0.25
Hex 25 26 5B 3B 3A 0 40 EF 2A 19
Octal 45 46 133 73 72 0 100 357 52 31
Binary 100101 100110 1011011 111011 111010 0 1000000 11101111 101010 11001

Color Harmonies of #25265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25265B

Black with #25265B

Text Example


Text Example

White with #25265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25265B; }

 p { color: rgb(37,38,91); }

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

background-color css

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

 a { background-color: rgb(37,38,91); }

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

border-color css

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

 span { border-color: rgb(37,38,91); }

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