Html Css Color HEX #251D53 Paua

📋 copy color: '#251D53'

red 37 ◦ green 29 ◦ blue 83

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

Shades of Paua #251D53

Tints of Paua #251D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

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

R = 24.83%
G = 19.46%
B = 55.7%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#251D53 (or 0x251D53) is known color: Paua. HEX triplet: 25, 1D and 53. RGB value is (37,29,83). Sum of RGB (Red+Green+Blue) = 37+29+83=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #251D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D53 is #DAE2AC. Grayscale: #252525. Windows color (decimal): -14344877 or 5446949. OLE color: 5446949.

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

Color convert

RGB 37 29 83 -
CMYK 0.55 0.65 0 0.67
HSL 248.89º 0.48% 0.22% -
HSV(B) 248.89º 0.65% 0.33% -
XYZ 2.76 1.9 8.4 -
YUV 37.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 37 29 83 0.55 0.65 0 0.67 248.89 0.48 0.22
Hex 25 1D 53 37 41 0 43 F9 30 16
Octal 45 35 123 67 101 0 103 371 60 26
Binary 100101 11101 1010011 110111 1000001 0 1000011 11111001 110000 10110

Color Harmonies of #251D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D53

Black with #251D53

Text Example


Text Example

White with #251D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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