Html Css Color HEX #252255 Paua

📋 copy color: '#252255'

red 37 ◦ green 34 ◦ blue 85

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

Shades of Paua #252255

Tints of Paua #252255

RGB

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

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

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

R = 23.72%
G = 21.79%
B = 54.49%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252255 (or 0x252255) is known color: Paua. HEX triplet: 25, 22 and 55. RGB value is (37,34,85). Sum of RGB (Red+Green+Blue) = 37+34+85=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #252255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252255 is #DADDAA. Grayscale: #282828. Windows color (decimal): -14343595 or 5579301. OLE color: 5579301.

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

Color convert

RGB 37 34 85 -
CMYK 0.56 0.60 0 0.67
HSL 243.53º 0.43% 0.23% -
HSV(B) 243.53º 0.6% 0.33% -
XYZ 2.97 2.19 8.86 -
YUV 40.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 37 34 85 0.56 0.60 0 0.67 243.53 0.43 0.23
Hex 25 22 55 38 3C 0 43 F4 2B 17
Octal 45 42 125 70 74 0 103 364 53 27
Binary 100101 100010 1010101 111000 111100 0 1000011 11110100 101011 10111

Color Harmonies of #252255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252255

Black with #252255

Text Example


Text Example

White with #252255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252255; }

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

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

background-color css

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

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

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

border-color css

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

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

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