Html Css Color HEX #28234E Paua

📋 copy color: '#28234E'

red 40 ◦ green 35 ◦ blue 78

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

Shades of Paua #28234E

Tints of Paua #28234E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50.98%

R = 26.14%
G = 22.88%
B = 50.98%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28234E (or 0x28234E) is known color: Paua. HEX triplet: 28, 23 and 4E. RGB value is (40,35,78). Sum of RGB (Red+Green+Blue) = 40+35+78=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #28234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28234E is #D7DCB1. Grayscale: #292929. Windows color (decimal): -14146738 or 5120808. OLE color: 5120808.

HSL color Cylindrical-coordinate representation of color #28234E: hue angle of 246.98º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28234E is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 35 78 -
CMYK 0.49 0.55 0 0.69
HSL 246.98º 0.38% 0.22% -
HSV(B) 246.98º 0.55% 0.31% -
XYZ 2.85 2.2 7.48 -
YUV 41.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 40 35 78 0.49 0.55 0 0.69 246.98 0.38 0.22
Hex 28 23 4E 31 37 0 45 F7 26 16
Octal 50 43 116 61 67 0 105 367 46 26
Binary 101000 100011 1001110 110001 110111 0 1000101 11110111 100110 10110

Color Harmonies of #28234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28234E

Black with #28234E

Text Example


Text Example

White with #28234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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