Html Css Color HEX #251E59 Paua

📋 copy color: '#251E59'

red 37 ◦ green 30 ◦ blue 89

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

Shades of Paua #251E59

Tints of Paua #251E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.23%

 BLUE value IS 89 (35.16% from 255) = 57.05%

R = 23.72%
G = 19.23%
B = 57.05%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#251E59 (or 0x251E59) is known color: Paua. HEX triplet: 25, 1E and 59. RGB value is (37,30,89). Sum of RGB (Red+Green+Blue) = 37+30+89=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #251E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E59 is #DAE1A6. Grayscale: #262626. Windows color (decimal): -14344615 or 5840421. OLE color: 5840421.

HSL color Cylindrical-coordinate representation of color #251E59: hue angle of 247.12º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #251E59 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 30 89 -
CMYK 0.58 0.66 0 0.65
HSL 247.12º 0.5% 0.23% -
HSV(B) 247.12º 0.66% 0.35% -
XYZ 3.03 2.04 9.69 -
YUV 38.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 37 30 89 0.58 0.66 0 0.65 247.12 0.5 0.23
Hex 25 1E 59 3A 42 0 41 F7 32 17
Octal 45 36 131 72 102 0 101 367 62 27
Binary 100101 11110 1011001 111010 1000010 0 1000001 11110111 110010 10111

Color Harmonies of #251E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E59

Black with #251E59

Text Example


Text Example

White with #251E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,30,89); }

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

background-color css

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

 a { background-color: rgb(37,30,89); }

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

border-color css

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

 span { border-color: rgb(37,30,89); }

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