Html Css Color HEX #28254E Paua

📋 copy color: '#28254E'

red 40 ◦ green 37 ◦ blue 78

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

Shades of Paua #28254E

Tints of Paua #28254E

RGB

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

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

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

R = 25.81%
G = 23.87%
B = 50.32%

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

#28254E (or 0x28254E) is known color: Paua. HEX triplet: 28, 25 and 4E. RGB value is (40,37,78). Sum of RGB (Red+Green+Blue) = 40+37+78=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #28254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28254E is #D7DAB1. Grayscale: #2A2A2A. Windows color (decimal): -14146226 or 5121320. OLE color: 5121320.

HSL color Cylindrical-coordinate representation of color #28254E: hue angle of 244.39º 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 #28254E is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 37 78 -
CMYK 0.49 0.53 0 0.69
HSL 244.39º 0.36% 0.23% -
HSV(B) 244.39º 0.53% 0.31% -
XYZ 2.91 2.32 7.5 -
YUV 42.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 40 37 78 0.49 0.53 0 0.69 244.39 0.36 0.23
Hex 28 25 4E 31 35 0 45 F4 24 17
Octal 50 45 116 61 65 0 105 364 44 27
Binary 101000 100101 1001110 110001 110101 0 1000101 11110100 100100 10111

Color Harmonies of #28254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28254E

Black with #28254E

Text Example


Text Example

White with #28254E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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