Html Css Color HEX #251F46 Paua

📋 copy color: '#251F46'

red 37 ◦ green 31 ◦ blue 70

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

Shades of Paua #251F46

Tints of Paua #251F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50.72%

R = 26.81%
G = 22.46%
B = 50.72%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#251F46 (or 0x251F46) is known color: Paua. HEX triplet: 25, 1F and 46. RGB value is (37,31,70). Sum of RGB (Red+Green+Blue) = 37+31+70=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #251F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F46 is #DAE0B9. Grayscale: #252525. Windows color (decimal): -14344378 or 4595493. OLE color: 4595493.

HSL color Cylindrical-coordinate representation of color #251F46: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #251F46 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 31 70 -
CMYK 0.47 0.56 0 0.73
HSL 249.23º 0.39% 0.2% -
HSV(B) 249.23º 0.56% 0.27% -
XYZ 2.36 1.82 6.02 -
YUV 37.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 37 31 70 0.47 0.56 0 0.73 249.23 0.39 0.2
Hex 25 1F 46 2F 38 0 49 F9 27 14
Octal 45 37 106 57 70 0 111 371 47 24
Binary 100101 11111 1000110 101111 111000 0 1001001 11111001 100111 10100

Color Harmonies of #251F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F46

Black with #251F46

Text Example


Text Example

White with #251F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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