Html Css Color HEX #282657 Paua

📋 copy color: '#282657'

red 40 ◦ green 38 ◦ blue 87

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

Shades of Paua #282657

Tints of Paua #282657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

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

R = 24.24%
G = 23.03%
B = 52.73%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#282657 (or 0x282657) is known color: Paua. HEX triplet: 28, 26 and 57. RGB value is (40,38,87). Sum of RGB (Red+Green+Blue) = 40+38+87=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #282657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282657 is #D7D9A8. Grayscale: #2B2B2B. Windows color (decimal): -14145961 or 5711400. OLE color: 5711400.

HSL color Cylindrical-coordinate representation of color #282657: hue angle of 242.45º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #282657 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 38 87 -
CMYK 0.54 0.56 0 0.66
HSL 242.45º 0.39% 0.25% -
HSV(B) 242.45º 0.56% 0.34% -
XYZ 3.29 2.53 9.33 -
YUV 44.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 40 38 87 0.54 0.56 0 0.66 242.45 0.39 0.25
Hex 28 26 57 36 38 0 42 F2 27 19
Octal 50 46 127 66 70 0 102 362 47 31
Binary 101000 100110 1010111 110110 111000 0 1000010 11110010 100111 11001

Color Harmonies of #282657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282657

Black with #282657

Text Example


Text Example

White with #282657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282657; }

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

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

background-color css

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

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

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

border-color css

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

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

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