Html Css Color HEX #282656 Paua

📋 copy color: '#282656'

red 40 ◦ green 38 ◦ blue 86

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

Shades of Paua #282656

Tints of Paua #282656

RGB

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

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

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

R = 24.39%
G = 23.17%
B = 52.44%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#282656 (or 0x282656) is known color: Paua. HEX triplet: 28, 26 and 56. RGB value is (40,38,86). Sum of RGB (Red+Green+Blue) = 40+38+86=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 86 (33.98% from 255 or 52.44% from 164); Max value from RGB is 86 - color contains mainly: blue. Hex color #282656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282656 is #D7D9A9. Grayscale: #2B2B2B. Windows color (decimal): -14145962 or 5645864. OLE color: 5645864.

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

Color convert

RGB 40 38 86 -
CMYK 0.53 0.56 0 0.66
HSL 242.5º 0.39% 0.24% -
HSV(B) 242.5º 0.56% 0.34% -
XYZ 3.25 2.51 9.12 -
YUV 44.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 40 38 86 0.53 0.56 0 0.66 242.5 0.39 0.24
Hex 28 26 56 35 38 0 42 F2 27 18
Octal 50 46 126 65 70 0 102 362 47 30
Binary 101000 100110 1010110 110101 111000 0 1000010 11110010 100111 11000

Color Harmonies of #282656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282656

Black with #282656

Text Example


Text Example

White with #282656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282656; }

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

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

background-color css

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

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

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

border-color css

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

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

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