Html Css Color HEX #2A254A Paua

📋 copy color: '#2A254A'

red 42 ◦ green 37 ◦ blue 74

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

Shades of Paua #2A254A

Tints of Paua #2A254A

RGB

 RED value IS 42 (16.8% from 255) = 27.45%

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

 BLUE value IS 74 (29.3% from 255) = 48.37%

R = 27.45%
G = 24.18%
B = 48.37%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2A254A (or 0x2A254A) is known color: Paua. HEX triplet: 2A, 25 and 4A. RGB value is (42,37,74). Sum of RGB (Red+Green+Blue) = 42+37+74=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A254A is #D5DAB5. Grayscale: #2A2A2A. Windows color (decimal): -14015158 or 4859178. OLE color: 4859178.

HSL color Cylindrical-coordinate representation of color #2A254A: hue angle of 248.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A254A is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 37 74 -
CMYK 0.43 0.50 0 0.71
HSL 248.11º 0.33% 0.22% -
HSV(B) 248.11º 0.5% 0.29% -
XYZ 2.85 2.31 6.77 -
YUV 42.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 42 37 74 0.43 0.50 0 0.71 248.11 0.33 0.22
Hex 2A 25 4A 2B 32 0 47 F8 21 16
Octal 52 45 112 53 62 0 107 370 41 26
Binary 101010 100101 1001010 101011 110010 0 1000111 11111000 100001 10110

Color Harmonies of #2A254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A254A

Black with #2A254A

Text Example


Text Example

White with #2A254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A254A; }

 p { color: rgb(42,37,74); }

 H1.HeaderClassName
 {
   color: #2A254A;
 }
 .AnyTagClassName
 {
   color: #2A254A;
 }
</style>

background-color css

<style>
 a { background-color: #2A254A; }

 a { background-color: rgb(42,37,74); }

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

border-color css

<style>
 span { border-color: #2A254A; }

 span { border-color: rgb(42,37,74); }

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