Html Css Color HEX #282655 Paua

📋 copy color: '#282655'

red 40 ◦ green 38 ◦ blue 85

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

Shades of Paua #282655

Tints of Paua #282655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 52.15%

R = 24.54%
G = 23.31%
B = 52.15%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#282655 (or 0x282655) is known color: Paua. HEX triplet: 28, 26 and 55. RGB value is (40,38,85). Sum of RGB (Red+Green+Blue) = 40+38+85=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #282655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282655 is #D7D9AA. Grayscale: #2B2B2B. Windows color (decimal): -14145963 or 5580328. OLE color: 5580328.

HSL color Cylindrical-coordinate representation of color #282655: hue angle of 242.55º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282655 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 38 85 -
CMYK 0.53 0.55 0 0.67
HSL 242.55º 0.38% 0.24% -
HSV(B) 242.55º 0.55% 0.33% -
XYZ 3.21 2.49 8.91 -
YUV 43.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 40 38 85 0.53 0.55 0 0.67 242.55 0.38 0.24
Hex 28 26 55 35 37 0 43 F3 26 18
Octal 50 46 125 65 67 0 103 363 46 30
Binary 101000 100110 1010101 110101 110111 0 1000011 11110011 100110 11000

Color Harmonies of #282655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282655

Black with #282655

Text Example


Text Example

White with #282655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282655; }

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

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

background-color css

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

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

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

border-color css

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

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

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