Html Css Color HEX #252554 Paua

📋 copy color: '#252554'

red 37 ◦ green 37 ◦ blue 84

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

Shades of Paua #252554

Tints of Paua #252554

RGB

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

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

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

R = 23.42%
G = 23.42%
B = 53.16%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252554 (or 0x252554) is known color: Paua. HEX triplet: 25, 25 and 54. RGB value is (37,37,84). Sum of RGB (Red+Green+Blue) = 37+37+84=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #252554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252554 is #DADAAB. Grayscale: #2A2A2A. Windows color (decimal): -14342828 or 5514533. OLE color: 5514533.

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

Color convert

RGB 37 37 84 -
CMYK 0.56 0.56 0 0.67
HSL 240º 0.39% 0.24% -
HSV(B) 240º 0.56% 0.33% -
XYZ 3.02 2.36 8.68 -
YUV 42.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 37 37 84 0.56 0.56 0 0.67 240 0.39 0.24
Hex 25 25 54 38 38 0 43 F0 27 18
Octal 45 45 124 70 70 0 103 360 47 30
Binary 100101 100101 1010100 111000 111000 0 1000011 11110000 100111 11000

Color Harmonies of #252554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252554

Black with #252554

Text Example


Text Example

White with #252554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252554; }

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

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

background-color css

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

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

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

border-color css

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

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

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