Html Css Color HEX #251359 Paua

📋 copy color: '#251359'

red 37 ◦ green 19 ◦ blue 89

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

Shades of Paua #251359

Tints of Paua #251359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

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

R = 25.52%
G = 13.1%
B = 61.38%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#251359 (or 0x251359) is known color: Paua. HEX triplet: 25, 13 and 59. RGB value is (37,19,89). Sum of RGB (Red+Green+Blue) = 37+19+89=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #251359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251359 is #DAECA6. Grayscale: #202020. Windows color (decimal): -14347431 or 5837605. OLE color: 5837605.

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

Color convert

RGB 37 19 89 -
CMYK 0.58 0.79 0 0.65
HSL 255.43º 0.65% 0.21% -
HSV(B) 255.43º 0.79% 0.35% -
XYZ 2.8 1.58 9.61 -
YUV 32.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 37 19 89 0.58 0.79 0 0.65 255.43 0.65 0.21
Hex 25 13 59 3A 4F 0 41 FF 41 15
Octal 45 23 131 72 117 0 101 377 101 25
Binary 100101 10011 1011001 111010 1001111 0 1000001 11111111 1000001 10101

Color Harmonies of #251359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251359

Black with #251359

Text Example


Text Example

White with #251359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251359; }

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

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

background-color css

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

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

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

border-color css

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

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

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