Html Css Color HEX #251F5B Paua

📋 copy color: '#251F5B'

red 37 ◦ green 31 ◦ blue 91

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

Shades of Paua #251F5B

Tints of Paua #251F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.5%

 BLUE value IS 91 (35.94% from 255) = 57.23%

R = 23.27%
G = 19.5%
B = 57.23%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#251F5B (or 0x251F5B) is known color: Paua. HEX triplet: 25, 1F and 5B. RGB value is (37,31,91). Sum of RGB (Red+Green+Blue) = 37+31+91=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #251F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F5B is #DAE0A4. Grayscale: #272727. Windows color (decimal): -14344357 or 5971749. OLE color: 5971749.

HSL color Cylindrical-coordinate representation of color #251F5B: hue angle of 246º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #251F5B is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 31 91 -
CMYK 0.59 0.66 0 0.64
HSL 246º 0.49% 0.24% -
HSV(B) 246º 0.66% 0.36% -
XYZ 3.14 2.13 10.14 -
YUV 39.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 37 31 91 0.59 0.66 0 0.64 246 0.49 0.24
Hex 25 1F 5B 3B 42 0 40 F6 31 18
Octal 45 37 133 73 102 0 100 366 61 30
Binary 100101 11111 1011011 111011 1000010 0 1000000 11110110 110001 11000

Color Harmonies of #251F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F5B

Black with #251F5B

Text Example


Text Example

White with #251F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,31,91); }

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

background-color css

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

 a { background-color: rgb(37,31,91); }

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

border-color css

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

 span { border-color: rgb(37,31,91); }

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