Html Css Color HEX #281C5A Paua

📋 copy color: '#281C5A'

red 40 ◦ green 28 ◦ blue 90

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

Shades of Paua #281C5A

Tints of Paua #281C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.72%

 BLUE value IS 90 (35.55% from 255) = 56.96%

R = 25.32%
G = 17.72%
B = 56.96%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#281C5A (or 0x281C5A) is known color: Paua. HEX triplet: 28, 1C and 5A. RGB value is (40,28,90). Sum of RGB (Red+Green+Blue) = 40+28+90=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #281C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281C5A is #D7E3A5. Grayscale: #262626. Windows color (decimal): -14148518 or 5905448. OLE color: 5905448.

HSL color Cylindrical-coordinate representation of color #281C5A: hue angle of 251.61º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #281C5A is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 28 90 -
CMYK 0.56 0.69 0 0.65
HSL 251.61º 0.53% 0.23% -
HSV(B) 251.61º 0.69% 0.35% -
XYZ 3.14 2.02 9.9 -
YUV 38.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 40 28 90 0.56 0.69 0 0.65 251.61 0.53 0.23
Hex 28 1C 5A 38 45 0 41 FC 35 17
Octal 50 34 132 70 105 0 101 374 65 27
Binary 101000 11100 1011010 111000 1000101 0 1000001 11111100 110101 10111

Color Harmonies of #281C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281C5A

Black with #281C5A

Text Example


Text Example

White with #281C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281C5A; }

 p { color: rgb(40,28,90); }

 H1.HeaderClassName
 {
   color: #281C5A;
 }
 .AnyTagClassName
 {
   color: #281C5A;
 }
</style>

background-color css

<style>
 a { background-color: #281C5A; }

 a { background-color: rgb(40,28,90); }

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

border-color css

<style>
 span { border-color: #281C5A; }

 span { border-color: rgb(40,28,90); }

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