Html Css Color HEX #251D4E Paua

📋 copy color: '#251D4E'

red 37 ◦ green 29 ◦ blue 78

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

Shades of Paua #251D4E

Tints of Paua #251D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 54.17%

R = 25.69%
G = 20.14%
B = 54.17%

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

#251D4E (or 0x251D4E) is known color: Paua. HEX triplet: 25, 1D and 4E. RGB value is (37,29,78). Sum of RGB (Red+Green+Blue) = 37+29+78=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #251D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D4E is #DAE2B1. Grayscale: #242424. Windows color (decimal): -14344882 or 5119269. OLE color: 5119269.

HSL color Cylindrical-coordinate representation of color #251D4E: hue angle of 249.8º 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 #251D4E is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 29 78 -
CMYK 0.53 0.63 0 0.69
HSL 249.8º 0.46% 0.21% -
HSV(B) 249.8º 0.63% 0.31% -
XYZ 2.58 1.82 7.42 -
YUV 36.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 37 29 78 0.53 0.63 0 0.69 249.8 0.46 0.21
Hex 25 1D 4E 35 3F 0 45 FA 2E 15
Octal 45 35 116 65 77 0 105 372 56 25
Binary 100101 11101 1001110 110101 111111 0 1000101 11111010 101110 10101

Color Harmonies of #251D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D4E

Black with #251D4E

Text Example


Text Example

White with #251D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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