Html Css Color HEX #252450 Paua

📋 copy color: '#252450'

red 37 ◦ green 36 ◦ blue 80

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

Shades of Paua #252450

Tints of Paua #252450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.29%

R = 24.18%
G = 23.53%
B = 52.29%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#252450 (or 0x252450) is known color: Paua. HEX triplet: 25, 24 and 50. RGB value is (37,36,80). Sum of RGB (Red+Green+Blue) = 37+36+80=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #252450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252450 is #DADBAF. Grayscale: #292929. Windows color (decimal): -14343088 or 5252133. OLE color: 5252133.

HSL color Cylindrical-coordinate representation of color #252450: hue angle of 241.36º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252450 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 36 80 -
CMYK 0.54 0.55 0 0.69
HSL 241.36º 0.38% 0.23% -
HSV(B) 241.36º 0.55% 0.31% -
XYZ 2.84 2.23 7.87 -
YUV 41.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 37 36 80 0.54 0.55 0 0.69 241.36 0.38 0.23
Hex 25 24 50 36 37 0 45 F1 26 17
Octal 45 44 120 66 67 0 105 361 46 27
Binary 100101 100100 1010000 110110 110111 0 1000101 11110001 100110 10111

Color Harmonies of #252450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252450

Black with #252450

Text Example


Text Example

White with #252450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252450; }

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

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

background-color css

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

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

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

border-color css

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

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

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