Html Css Color HEX #252349 Paua

📋 copy color: '#252349'

red 37 ◦ green 35 ◦ blue 73

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

Shades of Paua #252349

Tints of Paua #252349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50.34%

R = 25.52%
G = 24.14%
B = 50.34%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#252349 (or 0x252349) is known color: Paua. HEX triplet: 25, 23 and 49. RGB value is (37,35,73). Sum of RGB (Red+Green+Blue) = 37+35+73=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #252349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252349 is #DADCB6. Grayscale: #272727. Windows color (decimal): -14343351 or 4793125. OLE color: 4793125.

HSL color Cylindrical-coordinate representation of color #252349: hue angle of 243.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #252349 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 35 73 -
CMYK 0.49 0.52 0 0.71
HSL 243.16º 0.35% 0.21% -
HSV(B) 243.16º 0.52% 0.29% -
XYZ 2.57 2.08 6.57 -
YUV 39.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 37 35 73 0.49 0.52 0 0.71 243.16 0.35 0.21
Hex 25 23 49 31 34 0 47 F3 23 15
Octal 45 43 111 61 64 0 107 363 43 25
Binary 100101 100011 1001001 110001 110100 0 1000111 11110011 100011 10101

Color Harmonies of #252349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252349

Black with #252349

Text Example


Text Example

White with #252349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252349; }

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

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

background-color css

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

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

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

border-color css

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

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

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