Html Css Color HEX #281E5A Paua

📋 copy color: '#281E5A'

red 40 ◦ green 30 ◦ blue 90

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

Shades of Paua #281E5A

Tints of Paua #281E5A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.75%

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

R = 25%
G = 18.75%
B = 56.25%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#281E5A (or 0x281E5A) is known color: Paua. HEX triplet: 28, 1E and 5A. RGB value is (40,30,90). Sum of RGB (Red+Green+Blue) = 40+30+90=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #281E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281E5A is #D7E1A5. Grayscale: #272727. Windows color (decimal): -14148006 or 5905960. OLE color: 5905960.

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

Color convert

RGB 40 30 90 -
CMYK 0.56 0.67 0 0.65
HSL 250º 0.5% 0.24% -
HSV(B) 250º 0.67% 0.35% -
XYZ 3.18 2.12 9.91 -
YUV 39.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 40 30 90 0.56 0.67 0 0.65 250 0.5 0.24
Hex 28 1E 5A 38 43 0 41 FA 32 18
Octal 50 36 132 70 103 0 101 372 62 30
Binary 101000 11110 1011010 111000 1000011 0 1000001 11111010 110010 11000

Color Harmonies of #281E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281E5A

Black with #281E5A

Text Example


Text Example

White with #281E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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