#25244B

Color #25244B Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #25244B

Tints of Paua #25244B

Color information

#25244B (or 0x25244B) is unknown color: approx Paua. HEX triplet: 25, 24 and 4B. RGB value is (37,36,75). Sum of RGB (Red+Green+Blue) = 37+36+75=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #25244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25244B is #DADBB4. Grayscale: #282828. Windows color (decimal): -14343093 or 4924453. OLE color: 4924453.

HSL color Cylindrical-coordinate representation of color #25244B: hue angle of 241.54º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25244B is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373675-
CMYK0.510.5200.71
HSL241.54º35.14%21.76%-
HSV(B)241.54º52%29.41%-
XYZ2.662.166.93-
YUV40.74147.33125.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 24.32%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=25%
G=24.32%
B=50.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3736750.510.5200.71241.5435.1421.76
Hex25244B3334047f22316
Octal4544113636401073624326
Binary1001011001001001011110011110100010001111111001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,36,75); }

 H1.HeaderClassName
 {
   color: #25244B;
 }
 .AnyTagClassName
 {
   color: #25244B;
 }
</style>
background-color css

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

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

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

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

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

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