Html Css Color HEX #252553 Paua

📋 copy color: '#252553'

red 37 ◦ green 37 ◦ blue 83

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

Shades of Paua #252553

Tints of Paua #252553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

 BLUE value IS 83 (32.81% from 255) = 52.87%

R = 23.57%
G = 23.57%
B = 52.87%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252553 (or 0x252553) is known color: Paua. HEX triplet: 25, 25 and 53. RGB value is (37,37,83). Sum of RGB (Red+Green+Blue) = 37+37+83=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #252553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252553 is #DADAAC. Grayscale: #2A2A2A. Windows color (decimal): -14342829 or 5448997. OLE color: 5448997.

HSL color Cylindrical-coordinate representation of color #252553: hue angle of 240º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252553 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 37 83 -
CMYK 0.55 0.55 0 0.67
HSL 240º 0.38% 0.24% -
HSV(B) 240º 0.55% 0.33% -
XYZ 2.99 2.34 8.48 -
YUV 42.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 37 37 83 0.55 0.55 0 0.67 240 0.38 0.24
Hex 25 25 53 37 37 0 43 F0 26 18
Octal 45 45 123 67 67 0 103 360 46 30
Binary 100101 100101 1010011 110111 110111 0 1000011 11110000 100110 11000

Color Harmonies of #252553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252553

Black with #252553

Text Example


Text Example

White with #252553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252553; }

 p { color: rgb(37,37,83); }

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

background-color css

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

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

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

border-color css

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

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

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