Html Css Color HEX #281D56 Paua

📋 copy color: '#281D56'

red 40 ◦ green 29 ◦ blue 86

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

Shades of Paua #281D56

Tints of Paua #281D56

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

 BLUE value IS 86 (33.98% from 255) = 55.48%

R = 25.81%
G = 18.71%
B = 55.48%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#281D56 (or 0x281D56) is known color: Paua. HEX triplet: 28, 1D and 56. RGB value is (40,29,86). Sum of RGB (Red+Green+Blue) = 40+29+86=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #281D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D56 is #D7E2A9. Grayscale: #262626. Windows color (decimal): -14148266 or 5643560. OLE color: 5643560.

HSL color Cylindrical-coordinate representation of color #281D56: hue angle of 251.58º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #281D56 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 29 86 -
CMYK 0.53 0.66 0 0.66
HSL 251.58º 0.5% 0.23% -
HSV(B) 251.58º 0.66% 0.34% -
XYZ 2.99 2 9.03 -
YUV 38.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 40 29 86 0.53 0.66 0 0.66 251.58 0.5 0.23
Hex 28 1D 56 35 42 0 42 FC 32 17
Octal 50 35 126 65 102 0 102 374 62 27
Binary 101000 11101 1010110 110101 1000010 0 1000010 11111100 110010 10111

Color Harmonies of #281D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281D56

Black with #281D56

Text Example


Text Example

White with #281D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,29,86); }

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

background-color css

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

 a { background-color: rgb(40,29,86); }

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

border-color css

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

 span { border-color: rgb(40,29,86); }

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