Html Css Color HEX #252454 Paua

📋 copy color: '#252454'

red 37 ◦ green 36 ◦ blue 84

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

Shades of Paua #252454

Tints of Paua #252454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.5%

R = 23.57%
G = 22.93%
B = 53.5%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252454 (or 0x252454) is known color: Paua. HEX triplet: 25, 24 and 54. RGB value is (37,36,84). Sum of RGB (Red+Green+Blue) = 37+36+84=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #252454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252454 is #DADBAB. Grayscale: #292929. Windows color (decimal): -14343084 or 5514277. OLE color: 5514277.

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

Color convert

RGB 37 36 84 -
CMYK 0.56 0.57 0 0.67
HSL 241.25º 0.4% 0.24% -
HSV(B) 241.25º 0.57% 0.33% -
XYZ 2.99 2.3 8.67 -
YUV 41.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 37 36 84 0.56 0.57 0 0.67 241.25 0.4 0.24
Hex 25 24 54 38 39 0 43 F1 28 18
Octal 45 44 124 70 71 0 103 361 50 30
Binary 100101 100100 1010100 111000 111001 0 1000011 11110001 101000 11000

Color Harmonies of #252454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252454

Black with #252454

Text Example


Text Example

White with #252454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252454; }

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

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

background-color css

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

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

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

border-color css

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

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

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