Html Css Color HEX #252555 Paua

📋 copy color: '#252555'

red 37 ◦ green 37 ◦ blue 85

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

Shades of Paua #252555

Tints of Paua #252555

RGB

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

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

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

R = 23.27%
G = 23.27%
B = 53.46%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252555 (or 0x252555) is known color: Paua. HEX triplet: 25, 25 and 55. RGB value is (37,37,85). Sum of RGB (Red+Green+Blue) = 37+37+85=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #252555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252555 is #DADAAA. Grayscale: #2A2A2A. Windows color (decimal): -14342827 or 5580069. OLE color: 5580069.

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

Color convert

RGB 37 37 85 -
CMYK 0.56 0.56 0 0.67
HSL 240º 0.39% 0.24% -
HSV(B) 240º 0.56% 0.33% -
XYZ 3.06 2.37 8.89 -
YUV 42.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 37 37 85 0.56 0.56 0 0.67 240 0.39 0.24
Hex 25 25 55 38 38 0 43 F0 27 18
Octal 45 45 125 70 70 0 103 360 47 30
Binary 100101 100101 1010101 111000 111000 0 1000011 11110000 100111 11000

Color Harmonies of #252555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252555

Black with #252555

Text Example


Text Example

White with #252555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252555; }

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

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

background-color css

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

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

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

border-color css

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

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

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