Html Css Color HEX #282348 Paua

📋 copy color: '#282348'

red 40 ◦ green 35 ◦ blue 72

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

Shades of Paua #282348

Tints of Paua #282348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.81%

 BLUE value IS 72 (28.52% from 255) = 48.98%

R = 27.21%
G = 23.81%
B = 48.98%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#282348 (or 0x282348) is known color: Paua. HEX triplet: 28, 23 and 48. RGB value is (40,35,72). Sum of RGB (Red+Green+Blue) = 40+35+72=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #282348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282348 is #D7DCB7. Grayscale: #282828. Windows color (decimal): -14146744 or 4727592. OLE color: 4727592.

HSL color Cylindrical-coordinate representation of color #282348: hue angle of 248.11º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #282348 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 35 72 -
CMYK 0.44 0.51 0 0.72
HSL 248.11º 0.35% 0.21% -
HSV(B) 248.11º 0.51% 0.28% -
XYZ 2.65 2.12 6.4 -
YUV 40.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 40 35 72 0.44 0.51 0 0.72 248.11 0.35 0.21
Hex 28 23 48 2C 33 0 48 F8 23 15
Octal 50 43 110 54 63 0 110 370 43 25
Binary 101000 100011 1001000 101100 110011 0 1001000 11111000 100011 10101

Color Harmonies of #282348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282348

Black with #282348

Text Example


Text Example

White with #282348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282348; }

 p { color: rgb(40,35,72); }

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

background-color css

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

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

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

border-color css

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

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

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