Html Css Color HEX #25265C Paua

📋 copy color: '#25265C'

red 37 ◦ green 38 ◦ blue 92

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

Shades of Paua #25265C

Tints of Paua #25265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.09%

R = 22.16%
G = 22.75%
B = 55.09%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25265C (or 0x25265C) is known color: Paua. HEX triplet: 25, 26 and 5C. RGB value is (37,38,92). Sum of RGB (Red+Green+Blue) = 37+38+92=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #25265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25265C is #DAD9A3. Grayscale: #2B2B2B. Windows color (decimal): -14342564 or 6039077. OLE color: 6039077.

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

Color convert

RGB 37 38 92 -
CMYK 0.60 0.59 0 0.64
HSL 238.91º 0.43% 0.25% -
HSV(B) 238.91º 0.6% 0.36% -
XYZ 3.39 2.55 10.44 -
YUV 43.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 37 38 92 0.60 0.59 0 0.64 238.91 0.43 0.25
Hex 25 26 5C 3C 3B 0 40 EF 2B 19
Octal 45 46 134 74 73 0 100 357 53 31
Binary 100101 100110 1011100 111100 111011 0 1000000 11101111 101011 11001

Color Harmonies of #25265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25265C

Black with #25265C

Text Example


Text Example

White with #25265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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