Html Css Color HEX #282852 Paua

📋 copy color: '#282852'

red 40 ◦ green 40 ◦ blue 82

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

Shades of Paua #282852

Tints of Paua #282852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.69%

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 24.69%
G = 24.69%
B = 50.62%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#282852 (or 0x282852) is known color: Paua. HEX triplet: 28, 28 and 52. RGB value is (40,40,82). Sum of RGB (Red+Green+Blue) = 40+40+82=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #282852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282852 is #D7D7AD. Grayscale: #2C2C2C. Windows color (decimal): -14145454 or 5384232. OLE color: 5384232.

HSL color Cylindrical-coordinate representation of color #282852: hue angle of 240º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #282852 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 40 82 -
CMYK 0.51 0.51 0 0.68
HSL 240º 0.34% 0.24% -
HSV(B) 240º 0.51% 0.32% -
XYZ 3.16 2.58 8.31 -
YUV 44.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 40 40 82 0.51 0.51 0 0.68 240 0.34 0.24
Hex 28 28 52 33 33 0 44 F0 22 18
Octal 50 50 122 63 63 0 104 360 42 30
Binary 101000 101000 1010010 110011 110011 0 1000100 11110000 100010 11000

Color Harmonies of #282852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282852

Black with #282852

Text Example


Text Example

White with #282852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282852; }

 p { color: rgb(40,40,82); }

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

background-color css

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

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

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

border-color css

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

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

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