Html Css Color HEX #251558 Paua

📋 copy color: '#251558'

red 37 ◦ green 21 ◦ blue 88

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

Shades of Paua #251558

Tints of Paua #251558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

 BLUE value IS 88 (34.77% from 255) = 60.27%

R = 25.34%
G = 14.38%
B = 60.27%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#251558 (or 0x251558) is known color: Paua. HEX triplet: 25, 15 and 58. RGB value is (37,21,88). Sum of RGB (Red+Green+Blue) = 37+21+88=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 88 (34.77% from 255 or 60.27% from 146); Max value from RGB is 88 - color contains mainly: blue. Hex color #251558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251558 is #DAEAA7. Grayscale: #212121. Windows color (decimal): -14346920 or 5772581. OLE color: 5772581.

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

Color convert

RGB 37 21 88 -
CMYK 0.58 0.76 0 0.65
HSL 254.33º 0.61% 0.21% -
HSV(B) 254.33º 0.76% 0.35% -
XYZ 2.79 1.63 9.4 -
YUV 33.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 37 21 88 0.58 0.76 0 0.65 254.33 0.61 0.21
Hex 25 15 58 3A 4C 0 41 FE 3D 15
Octal 45 25 130 72 114 0 101 376 75 25
Binary 100101 10101 1011000 111010 1001100 0 1000001 11111110 111101 10101

Color Harmonies of #251558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251558

Black with #251558

Text Example


Text Example

White with #251558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251558; }

 p { color: rgb(37,21,88); }

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

background-color css

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

 a { background-color: rgb(37,21,88); }

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

border-color css

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

 span { border-color: rgb(37,21,88); }

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