Html Css Color HEX #251458 Paua

📋 copy color: '#251458'

red 37 ◦ green 20 ◦ blue 88

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

Shades of Paua #251458

Tints of Paua #251458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 25.52%
G = 13.79%
B = 60.69%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#251458 (or 0x251458) is known color: Paua. HEX triplet: 25, 14 and 58. RGB value is (37,20,88). Sum of RGB (Red+Green+Blue) = 37+20+88=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #251458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251458 is #DAEBA7. Grayscale: #202020. Windows color (decimal): -14347176 or 5772325. OLE color: 5772325.

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

Color convert

RGB 37 20 88 -
CMYK 0.58 0.77 0 0.65
HSL 255º 0.63% 0.21% -
HSV(B) 255º 0.77% 0.35% -
XYZ 2.77 1.6 9.39 -
YUV 32.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 37 20 88 0.58 0.77 0 0.65 255 0.63 0.21
Hex 25 14 58 3A 4D 0 41 FF 3F 15
Octal 45 24 130 72 115 0 101 377 77 25
Binary 100101 10100 1011000 111010 1001101 0 1000001 11111111 111111 10101

Color Harmonies of #251458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251458

Black with #251458

Text Example


Text Example

White with #251458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251458; }

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

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

background-color css

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

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

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

border-color css

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

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

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