Html Css Color HEX #25265E Paua

📋 copy color: '#25265E'

red 37 ◦ green 38 ◦ blue 94

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

Shades of Paua #25265E

Tints of Paua #25265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.62%

R = 21.89%
G = 22.49%
B = 55.62%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25265E (or 0x25265E) is known color: Paua. HEX triplet: 25, 26 and 5E. RGB value is (37,38,94). Sum of RGB (Red+Green+Blue) = 37+38+94=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #25265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25265E is #DAD9A1. Grayscale: #2B2B2B. Windows color (decimal): -14342562 or 6170149. OLE color: 6170149.

HSL color Cylindrical-coordinate representation of color #25265E: hue angle of 238.95º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25265E is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 38 94 -
CMYK 0.61 0.60 0 0.63
HSL 238.95º 0.44% 0.26% -
HSV(B) 238.95º 0.61% 0.37% -
XYZ 3.48 2.59 10.91 -
YUV 44.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 37 38 94 0.61 0.60 0 0.63 238.95 0.44 0.26
Hex 25 26 5E 3D 3C 0 3F EF 2C 1A
Octal 45 46 136 75 74 0 77 357 54 32
Binary 100101 100110 1011110 111101 111100 0 111111 11101111 101100 11010

Color Harmonies of #25265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25265E

Black with #25265E

Text Example


Text Example

White with #25265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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