Html Css Color HEX #28255B Paua

📋 copy color: '#28255B'

red 40 ◦ green 37 ◦ blue 91

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

Shades of Paua #28255B

Tints of Paua #28255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.17%

R = 23.81%
G = 22.02%
B = 54.17%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28255B (or 0x28255B) is known color: Paua. HEX triplet: 28, 25 and 5B. RGB value is (40,37,91). Sum of RGB (Red+Green+Blue) = 40+37+91=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #28255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28255B is #D7DAA4. Grayscale: #2B2B2B. Windows color (decimal): -14146213 or 5973288. OLE color: 5973288.

HSL color Cylindrical-coordinate representation of color #28255B: hue angle of 243.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28255B is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 37 91 -
CMYK 0.56 0.59 0 0.64
HSL 243.33º 0.42% 0.25% -
HSV(B) 243.33º 0.59% 0.36% -
XYZ 3.42 2.53 10.21 -
YUV 44.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 40 37 91 0.56 0.59 0 0.64 243.33 0.42 0.25
Hex 28 25 5B 38 3B 0 40 F3 2A 19
Octal 50 45 133 70 73 0 100 363 52 31
Binary 101000 100101 1011011 111000 111011 0 1000000 11110011 101010 11001

Color Harmonies of #28255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28255B

Black with #28255B

Text Example


Text Example

White with #28255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28255B; }

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

 H1.HeaderClassName
 {
   color: #28255B;
 }
 .AnyTagClassName
 {
   color: #28255B;
 }
</style>

background-color css

<style>
 a { background-color: #28255B; }

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

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

border-color css

<style>
 span { border-color: #28255B; }

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

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