Html Css Color HEX #28265E Paua

📋 copy color: '#28265E'

red 40 ◦ green 38 ◦ blue 94

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

Shades of Paua #28265E

Tints of Paua #28265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 94 (37.11% from 255) = 54.65%

R = 23.26%
G = 22.09%
B = 54.65%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28265E (or 0x28265E) is known color: Paua. HEX triplet: 28, 26 and 5E. RGB value is (40,38,94). Sum of RGB (Red+Green+Blue) = 40+38+94=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #28265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28265E is #D7D9A1. Grayscale: #2C2C2C. Windows color (decimal): -14145954 or 6170152. OLE color: 6170152.

HSL color Cylindrical-coordinate representation of color #28265E: hue angle of 242.14º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28265E is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 38 94 -
CMYK 0.57 0.60 0 0.63
HSL 242.14º 0.42% 0.26% -
HSV(B) 242.14º 0.6% 0.37% -
XYZ 3.59 2.65 10.91 -
YUV 44.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 40 38 94 0.57 0.60 0 0.63 242.14 0.42 0.26
Hex 28 26 5E 39 3C 0 3F F2 2A 1A
Octal 50 46 136 71 74 0 77 362 52 32
Binary 101000 100110 1011110 111001 111100 0 111111 11110010 101010 11010

Color Harmonies of #28265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28265E

Black with #28265E

Text Example


Text Example

White with #28265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,38,94); }

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

background-color css

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

 a { background-color: rgb(40,38,94); }

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

border-color css

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

 span { border-color: rgb(40,38,94); }

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