Html Css Color HEX #252352 Paua

📋 copy color: '#252352'

red 37 ◦ green 35 ◦ blue 82

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

Shades of Paua #252352

Tints of Paua #252352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.25%

R = 24.03%
G = 22.73%
B = 53.25%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#252352 (or 0x252352) is known color: Paua. HEX triplet: 25, 23 and 52. RGB value is (37,35,82). Sum of RGB (Red+Green+Blue) = 37+35+82=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #252352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252352 is #DADCAD. Grayscale: #282828. Windows color (decimal): -14343342 or 5382949. OLE color: 5382949.

HSL color Cylindrical-coordinate representation of color #252352: hue angle of 242.55º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252352 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 35 82 -
CMYK 0.55 0.57 0 0.68
HSL 242.55º 0.4% 0.23% -
HSV(B) 242.55º 0.57% 0.32% -
XYZ 2.89 2.2 8.26 -
YUV 40.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 37 35 82 0.55 0.57 0 0.68 242.55 0.4 0.23
Hex 25 23 52 37 39 0 44 F3 28 17
Octal 45 43 122 67 71 0 104 363 50 27
Binary 100101 100011 1010010 110111 111001 0 1000100 11110011 101000 10111

Color Harmonies of #252352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252352

Black with #252352

Text Example


Text Example

White with #252352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252352; }

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

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

background-color css

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

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

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

border-color css

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

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

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