Html Css Color HEX #281F5B Paua

📋 copy color: '#281F5B'

red 40 ◦ green 31 ◦ blue 91

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

Shades of Paua #281F5B

Tints of Paua #281F5B

RGB

 RED value IS 40 (16.02% from 255) = 24.69%

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

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

R = 24.69%
G = 19.14%
B = 56.17%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#281F5B (or 0x281F5B) is known color: Paua. HEX triplet: 28, 1F and 5B. RGB value is (40,31,91). Sum of RGB (Red+Green+Blue) = 40+31+91=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #281F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F5B is #D7E0A4. Grayscale: #282828. Windows color (decimal): -14147749 or 5971752. OLE color: 5971752.

HSL color Cylindrical-coordinate representation of color #281F5B: hue angle of 249º 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 #281F5B is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 31 91 -
CMYK 0.56 0.66 0 0.64
HSL 249º 0.49% 0.24% -
HSV(B) 249º 0.66% 0.36% -
XYZ 3.25 2.19 10.15 -
YUV 40.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 40 31 91 0.56 0.66 0 0.64 249 0.49 0.24
Hex 28 1F 5B 38 42 0 40 F9 31 18
Octal 50 37 133 70 102 0 100 371 61 30
Binary 101000 11111 1011011 111000 1000010 0 1000000 11111001 110001 11000

Color Harmonies of #281F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281F5B

Black with #281F5B

Text Example


Text Example

White with #281F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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