Html Css Color HEX #251F5C Paua

📋 copy color: '#251F5C'

red 37 ◦ green 31 ◦ blue 92

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

Shades of Paua #251F5C

Tints of Paua #251F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 57.5%

R = 23.13%
G = 19.38%
B = 57.5%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#251F5C (or 0x251F5C) is known color: Paua. HEX triplet: 25, 1F and 5C. RGB value is (37,31,92). Sum of RGB (Red+Green+Blue) = 37+31+92=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #251F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F5C is #DAE0A3. Grayscale: #272727. Windows color (decimal): -14344356 or 6037285. OLE color: 6037285.

HSL color Cylindrical-coordinate representation of color #251F5C: hue angle of 245.9º degrees, saturation: 0.5, 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 #251F5C is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 31 92 -
CMYK 0.60 0.66 0 0.64
HSL 245.9º 0.5% 0.24% -
HSV(B) 245.9º 0.66% 0.36% -
XYZ 3.18 2.15 10.37 -
YUV 39.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 37 31 92 0.60 0.66 0 0.64 245.9 0.5 0.24
Hex 25 1F 5C 3C 42 0 40 F6 32 18
Octal 45 37 134 74 102 0 100 366 62 30
Binary 100101 11111 1011100 111100 1000010 0 1000000 11110110 110010 11000

Color Harmonies of #251F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F5C

Black with #251F5C

Text Example


Text Example

White with #251F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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