Html Css Color HEX #252250 Paua

📋 copy color: '#252250'

red 37 ◦ green 34 ◦ blue 80

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

Shades of Paua #252250

Tints of Paua #252250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.98%

R = 24.5%
G = 22.52%
B = 52.98%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#252250 (or 0x252250) is known color: Paua. HEX triplet: 25, 22 and 50. RGB value is (37,34,80). Sum of RGB (Red+Green+Blue) = 37+34+80=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #252250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252250 is #DADDAF. Grayscale: #272727. Windows color (decimal): -14343600 or 5251621. OLE color: 5251621.

HSL color Cylindrical-coordinate representation of color #252250: hue angle of 243.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252250 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 34 80 -
CMYK 0.54 0.58 0 0.69
HSL 243.91º 0.4% 0.22% -
HSV(B) 243.91º 0.58% 0.31% -
XYZ 2.78 2.12 7.85 -
YUV 40.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 37 34 80 0.54 0.58 0 0.69 243.91 0.4 0.22
Hex 25 22 50 36 3A 0 45 F4 28 16
Octal 45 42 120 66 72 0 105 364 50 26
Binary 100101 100010 1010000 110110 111010 0 1000101 11110100 101000 10110

Color Harmonies of #252250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252250

Black with #252250

Text Example


Text Example

White with #252250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252250; }

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

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

background-color css

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

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

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

border-color css

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

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

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