Html Css Color HEX #252055 Paua

📋 copy color: '#252055'

red 37 ◦ green 32 ◦ blue 85

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

Shades of Paua #252055

Tints of Paua #252055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

 BLUE value IS 85 (33.59% from 255) = 55.19%

R = 24.03%
G = 20.78%
B = 55.19%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252055 (or 0x252055) is known color: Paua. HEX triplet: 25, 20 and 55. RGB value is (37,32,85). Sum of RGB (Red+Green+Blue) = 37+32+85=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #252055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252055 is #DADFAA. Grayscale: #272727. Windows color (decimal): -14344107 or 5578789. OLE color: 5578789.

HSL color Cylindrical-coordinate representation of color #252055: hue angle of 245.66º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #252055 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 32 85 -
CMYK 0.56 0.62 0 0.67
HSL 245.66º 0.45% 0.23% -
HSV(B) 245.66º 0.62% 0.33% -
XYZ 2.92 2.08 8.84 -
YUV 39.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 37 32 85 0.56 0.62 0 0.67 245.66 0.45 0.23
Hex 25 20 55 38 3E 0 43 F6 2D 17
Octal 45 40 125 70 76 0 103 366 55 27
Binary 100101 100000 1010101 111000 111110 0 1000011 11110110 101101 10111

Color Harmonies of #252055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252055

Black with #252055

Text Example


Text Example

White with #252055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252055; }

 p { color: rgb(37,32,85); }

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

background-color css

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

 a { background-color: rgb(37,32,85); }

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

border-color css

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

 span { border-color: rgb(37,32,85); }

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