Html Css Color HEX #252244 Paua

📋 copy color: '#252244'

red 37 ◦ green 34 ◦ blue 68

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

Shades of Paua #252244

Tints of Paua #252244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.46%

 BLUE value IS 68 (26.95% from 255) = 48.92%

R = 26.62%
G = 24.46%
B = 48.92%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#252244 (or 0x252244) is known color: Paua. HEX triplet: 25, 22 and 44. RGB value is (37,34,68). Sum of RGB (Red+Green+Blue) = 37+34+68=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #252244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252244 is #DADDBB. Grayscale: #262626. Windows color (decimal): -14343612 or 4465189. OLE color: 4465189.

HSL color Cylindrical-coordinate representation of color #252244: hue angle of 245.29º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252244 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 34 68 -
CMYK 0.46 0.50 0 0.73
HSL 245.29º 0.33% 0.2% -
HSV(B) 245.29º 0.5% 0.27% -
XYZ 2.38 1.95 5.72 -
YUV 38.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 37 34 68 0.46 0.50 0 0.73 245.29 0.33 0.2
Hex 25 22 44 2E 32 0 49 F5 21 14
Octal 45 42 104 56 62 0 111 365 41 24
Binary 100101 100010 1000100 101110 110010 0 1001001 11110101 100001 10100

Color Harmonies of #252244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252244

Black with #252244

Text Example


Text Example

White with #252244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252244; }

 p { color: rgb(37,34,68); }

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

background-color css

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

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

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

border-color css

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

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

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