Html Css Color HEX #28234F Paua

📋 copy color: '#28234F'

red 40 ◦ green 35 ◦ blue 79

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

Shades of Paua #28234F

Tints of Paua #28234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 51.3%

R = 25.97%
G = 22.73%
B = 51.3%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28234F (or 0x28234F) is known color: Paua. HEX triplet: 28, 23 and 4F. RGB value is (40,35,79). Sum of RGB (Red+Green+Blue) = 40+35+79=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #28234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28234F is #D7DCB0. Grayscale: #292929. Windows color (decimal): -14146737 or 5186344. OLE color: 5186344.

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

Color convert

RGB 40 35 79 -
CMYK 0.49 0.56 0 0.69
HSL 246.82º 0.39% 0.22% -
HSV(B) 246.82º 0.56% 0.31% -
XYZ 2.89 2.22 7.67 -
YUV 41.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 40 35 79 0.49 0.56 0 0.69 246.82 0.39 0.22
Hex 28 23 4F 31 38 0 45 F7 27 16
Octal 50 43 117 61 70 0 105 367 47 26
Binary 101000 100011 1001111 110001 111000 0 1000101 11110111 100111 10110

Color Harmonies of #28234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28234F

Black with #28234F

Text Example


Text Example

White with #28234F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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