Html Css Color HEX #28254F Paua

📋 copy color: '#28254F'

red 40 ◦ green 37 ◦ blue 79

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

Shades of Paua #28254F

Tints of Paua #28254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.72%

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

R = 25.64%
G = 23.72%
B = 50.64%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28254F (or 0x28254F) is known color: Paua. HEX triplet: 28, 25 and 4F. RGB value is (40,37,79). Sum of RGB (Red+Green+Blue) = 40+37+79=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #28254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28254F is #D7DAB0. Grayscale: #2A2A2A. Windows color (decimal): -14146225 or 5186856. OLE color: 5186856.

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

Color convert

RGB 40 37 79 -
CMYK 0.49 0.53 0 0.69
HSL 244.29º 0.36% 0.23% -
HSV(B) 244.29º 0.53% 0.31% -
XYZ 2.95 2.34 7.69 -
YUV 42.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 40 37 79 0.49 0.53 0 0.69 244.29 0.36 0.23
Hex 28 25 4F 31 35 0 45 F4 24 17
Octal 50 45 117 61 65 0 105 364 44 27
Binary 101000 100101 1001111 110001 110101 0 1000101 11110100 100100 10111

Color Harmonies of #28254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28254F

Black with #28254F

Text Example


Text Example

White with #28254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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