Html Css Color HEX #252354 Paua

📋 copy color: '#252354'

red 37 ◦ green 35 ◦ blue 84

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

Shades of Paua #252354

Tints of Paua #252354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

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

R = 23.72%
G = 22.44%
B = 53.85%

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

#252354 (or 0x252354) is known color: Paua. HEX triplet: 25, 23 and 54. RGB value is (37,35,84). Sum of RGB (Red+Green+Blue) = 37+35+84=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #252354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252354 is #DADCAB. Grayscale: #282828. Windows color (decimal): -14343340 or 5514021. OLE color: 5514021.

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

Color convert

RGB 37 35 84 -
CMYK 0.56 0.58 0 0.67
HSL 242.45º 0.41% 0.23% -
HSV(B) 242.45º 0.58% 0.33% -
XYZ 2.96 2.24 8.66 -
YUV 41.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 37 35 84 0.56 0.58 0 0.67 242.45 0.41 0.23
Hex 25 23 54 38 3A 0 43 F2 29 17
Octal 45 43 124 70 72 0 103 362 51 27
Binary 100101 100011 1010100 111000 111010 0 1000011 11110010 101001 10111

Color Harmonies of #252354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252354

Black with #252354

Text Example


Text Example

White with #252354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252354; }

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

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

background-color css

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

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

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

border-color css

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

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

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