Html Css Color HEX #251C59 Paua

📋 copy color: '#251C59'

red 37 ◦ green 28 ◦ blue 89

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

Shades of Paua #251C59

Tints of Paua #251C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

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

R = 24.03%
G = 18.18%
B = 57.79%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#251C59 (or 0x251C59) is known color: Paua. HEX triplet: 25, 1C and 59. RGB value is (37,28,89). Sum of RGB (Red+Green+Blue) = 37+28+89=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #251C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C59 is #DAE3A6. Grayscale: #252525. Windows color (decimal): -14345127 or 5839909. OLE color: 5839909.

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

Color convert

RGB 37 28 89 -
CMYK 0.58 0.69 0 0.65
HSL 248.85º 0.52% 0.23% -
HSV(B) 248.85º 0.69% 0.35% -
XYZ 2.98 1.95 9.67 -
YUV 37.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 37 28 89 0.58 0.69 0 0.65 248.85 0.52 0.23
Hex 25 1C 59 3A 45 0 41 F9 34 17
Octal 45 34 131 72 105 0 101 371 64 27
Binary 100101 11100 1011001 111010 1000101 0 1000001 11111001 110100 10111

Color Harmonies of #251C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C59

Black with #251C59

Text Example


Text Example

White with #251C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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