Html Css Color HEX #281E57 Paua

📋 copy color: '#281E57'

red 40 ◦ green 30 ◦ blue 87

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

Shades of Paua #281E57

Tints of Paua #281E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

 BLUE value IS 87 (34.38% from 255) = 55.41%

R = 25.48%
G = 19.11%
B = 55.41%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#281E57 (or 0x281E57) is known color: Paua. HEX triplet: 28, 1E and 57. RGB value is (40,30,87). Sum of RGB (Red+Green+Blue) = 40+30+87=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #281E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281E57 is #D7E1A8. Grayscale: #272727. Windows color (decimal): -14148009 or 5709352. OLE color: 5709352.

HSL color Cylindrical-coordinate representation of color #281E57: hue angle of 250.53º degrees, saturation: 0.49, 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 #281E57 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 30 87 -
CMYK 0.54 0.66 0 0.66
HSL 250.53º 0.49% 0.23% -
HSV(B) 250.53º 0.66% 0.34% -
XYZ 3.06 2.07 9.25 -
YUV 39.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 40 30 87 0.54 0.66 0 0.66 250.53 0.49 0.23
Hex 28 1E 57 36 42 0 42 FB 31 17
Octal 50 36 127 66 102 0 102 373 61 27
Binary 101000 11110 1010111 110110 1000010 0 1000010 11111011 110001 10111

Color Harmonies of #281E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281E57

Black with #281E57

Text Example


Text Example

White with #281E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,30,87); }

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

background-color css

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

 a { background-color: rgb(40,30,87); }

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

border-color css

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

 span { border-color: rgb(40,30,87); }

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