Html Css Color HEX #251D4F Paua

📋 copy color: '#251D4F'

red 37 ◦ green 29 ◦ blue 79

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

Shades of Paua #251D4F

Tints of Paua #251D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.48%

R = 25.52%
G = 20%
B = 54.48%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#251D4F (or 0x251D4F) is known color: Paua. HEX triplet: 25, 1D and 4F. RGB value is (37,29,79). Sum of RGB (Red+Green+Blue) = 37+29+79=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #251D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D4F is #DAE2B0. Grayscale: #242424. Windows color (decimal): -14344881 or 5184805. OLE color: 5184805.

HSL color Cylindrical-coordinate representation of color #251D4F: hue angle of 249.6º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #251D4F is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 29 79 -
CMYK 0.53 0.63 0 0.69
HSL 249.6º 0.46% 0.21% -
HSV(B) 249.6º 0.63% 0.31% -
XYZ 2.61 1.84 7.61 -
YUV 37.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 37 29 79 0.53 0.63 0 0.69 249.6 0.46 0.21
Hex 25 1D 4F 35 3F 0 45 FA 2E 15
Octal 45 35 117 65 77 0 105 372 56 25
Binary 100101 11101 1001111 110101 111111 0 1000101 11111010 101110 10101

Color Harmonies of #251D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D4F

Black with #251D4F

Text Example


Text Example

White with #251D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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