Html Css Color HEX #252355 Paua

📋 copy color: '#252355'

red 37 ◦ green 35 ◦ blue 85

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

Shades of Paua #252355

Tints of Paua #252355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

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

R = 23.57%
G = 22.29%
B = 54.14%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252355 (or 0x252355) is known color: Paua. HEX triplet: 25, 23 and 55. RGB value is (37,35,85). Sum of RGB (Red+Green+Blue) = 37+35+85=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #252355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252355 is #DADCAA. Grayscale: #292929. Windows color (decimal): -14343339 or 5579557. OLE color: 5579557.

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

Color convert

RGB 37 35 85 -
CMYK 0.56 0.59 0 0.67
HSL 242.4º 0.42% 0.24% -
HSV(B) 242.4º 0.59% 0.33% -
XYZ 3 2.25 8.87 -
YUV 41.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 37 35 85 0.56 0.59 0 0.67 242.4 0.42 0.24
Hex 25 23 55 38 3B 0 43 F2 2A 18
Octal 45 43 125 70 73 0 103 362 52 30
Binary 100101 100011 1010101 111000 111011 0 1000011 11110010 101010 11000

Color Harmonies of #252355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252355

Black with #252355

Text Example


Text Example

White with #252355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252355; }

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

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

background-color css

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

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

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

border-color css

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

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

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