Html Css Color HEX #252455 Paua

📋 copy color: '#252455'

red 37 ◦ green 36 ◦ blue 85

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

Shades of Paua #252455

Tints of Paua #252455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

 BLUE value IS 85 (33.59% from 255) = 53.8%

R = 23.42%
G = 22.78%
B = 53.8%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252455 (or 0x252455) is known color: Paua. HEX triplet: 25, 24 and 55. RGB value is (37,36,85). Sum of RGB (Red+Green+Blue) = 37+36+85=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #252455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252455 is #DADBAA. Grayscale: #292929. Windows color (decimal): -14343083 or 5579813. OLE color: 5579813.

HSL color Cylindrical-coordinate representation of color #252455: hue angle of 241.22º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252455 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 36 85 -
CMYK 0.56 0.58 0 0.67
HSL 241.22º 0.4% 0.24% -
HSV(B) 241.22º 0.58% 0.33% -
XYZ 3.03 2.31 8.88 -
YUV 41.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 37 36 85 0.56 0.58 0 0.67 241.22 0.4 0.24
Hex 25 24 55 38 3A 0 43 F1 28 18
Octal 45 44 125 70 72 0 103 361 50 30
Binary 100101 100100 1010101 111000 111010 0 1000011 11110001 101000 11000

Color Harmonies of #252455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252455

Black with #252455

Text Example


Text Example

White with #252455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252455; }

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

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

background-color css

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

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

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

border-color css

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

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

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