Html Css Color HEX #252347 Paua

📋 copy color: '#252347'

red 37 ◦ green 35 ◦ blue 71

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

Shades of Paua #252347

Tints of Paua #252347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 49.65%

R = 25.87%
G = 24.48%
B = 49.65%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252347 (or 0x252347) is known color: Paua. HEX triplet: 25, 23 and 47. RGB value is (37,35,71). Sum of RGB (Red+Green+Blue) = 37+35+71=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #252347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252347 is #DADCB8. Grayscale: #272727. Windows color (decimal): -14343353 or 4662053. OLE color: 4662053.

HSL color Cylindrical-coordinate representation of color #252347: hue angle of 243.33º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252347 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 35 71 -
CMYK 0.48 0.51 0 0.72
HSL 243.33º 0.34% 0.21% -
HSV(B) 243.33º 0.51% 0.28% -
XYZ 2.5 2.05 6.23 -
YUV 39.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 37 35 71 0.48 0.51 0 0.72 243.33 0.34 0.21
Hex 25 23 47 30 33 0 48 F3 22 15
Octal 45 43 107 60 63 0 110 363 42 25
Binary 100101 100011 1000111 110000 110011 0 1001000 11110011 100010 10101

Color Harmonies of #252347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252347

Black with #252347

Text Example


Text Example

White with #252347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252347; }

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

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

background-color css

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

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

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

border-color css

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

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

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