Html Css Color HEX #252452 Paua

📋 copy color: '#252452'

red 37 ◦ green 36 ◦ blue 82

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

Shades of Paua #252452

Tints of Paua #252452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

 BLUE value IS 82 (32.42% from 255) = 52.9%

R = 23.87%
G = 23.23%
B = 52.9%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#252452 (or 0x252452) is known color: Paua. HEX triplet: 25, 24 and 52. RGB value is (37,36,82). Sum of RGB (Red+Green+Blue) = 37+36+82=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #252452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252452 is #DADBAD. Grayscale: #292929. Windows color (decimal): -14343086 or 5383205. OLE color: 5383205.

HSL color Cylindrical-coordinate representation of color #252452: hue angle of 241.3º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252452 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 36 82 -
CMYK 0.55 0.56 0 0.68
HSL 241.3º 0.39% 0.23% -
HSV(B) 241.3º 0.56% 0.32% -
XYZ 2.92 2.26 8.27 -
YUV 41.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 37 36 82 0.55 0.56 0 0.68 241.3 0.39 0.23
Hex 25 24 52 37 38 0 44 F1 27 17
Octal 45 44 122 67 70 0 104 361 47 27
Binary 100101 100100 1010010 110111 111000 0 1000100 11110001 100111 10111

Color Harmonies of #252452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252452

Black with #252452

Text Example


Text Example

White with #252452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252452; }

 p { color: rgb(37,36,82); }

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

background-color css

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

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

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

border-color css

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

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

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