Html Css Color HEX #25254E Paua

📋 copy color: '#25254E'

red 37 ◦ green 37 ◦ blue 78

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

Shades of Paua #25254E

Tints of Paua #25254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 24.34%
G = 24.34%
B = 51.32%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25254E (or 0x25254E) is known color: Paua. HEX triplet: 25, 25 and 4E. RGB value is (37,37,78). Sum of RGB (Red+Green+Blue) = 37+37+78=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #25254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25254E is #DADAB1. Grayscale: #292929. Windows color (decimal): -14342834 or 5121317. OLE color: 5121317.

HSL color Cylindrical-coordinate representation of color #25254E: hue angle of 240º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25254E is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 37 78 -
CMYK 0.53 0.53 0 0.69
HSL 240º 0.36% 0.23% -
HSV(B) 240º 0.53% 0.31% -
XYZ 2.8 2.27 7.5 -
YUV 41.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 37 37 78 0.53 0.53 0 0.69 240 0.36 0.23
Hex 25 25 4E 35 35 0 45 F0 24 17
Octal 45 45 116 65 65 0 105 360 44 27
Binary 100101 100101 1001110 110101 110101 0 1000101 11110000 100100 10111

Color Harmonies of #25254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25254E

Black with #25254E

Text Example


Text Example

White with #25254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,37,78); }

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

background-color css

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

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

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

border-color css

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

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

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