Html Css Color HEX #2D294A Paua

📋 copy color: '#2D294A'

red 45 ◦ green 41 ◦ blue 74

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

Shades of Paua #2D294A

Tints of Paua #2D294A

RGB

 RED value IS 45 (17.97% from 255) = 28.13%

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 28.13%
G = 25.63%
B = 46.25%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2D294A (or 0x2D294A) is known color: Paua. HEX triplet: 2D, 29 and 4A. RGB value is (45,41,74). Sum of RGB (Red+Green+Blue) = 45+41+74=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D294A is #D2D6B5. Grayscale: #2D2D2D. Windows color (decimal): -13817526 or 4860205. OLE color: 4860205.

HSL color Cylindrical-coordinate representation of color #2D294A: hue angle of 247.27º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D294A is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 41 74 -
CMYK 0.39 0.45 0 0.71
HSL 247.27º 0.29% 0.23% -
HSV(B) 247.27º 0.45% 0.29% -
XYZ 3.11 2.64 6.82 -
YUV 45.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 45 41 74 0.39 0.45 0 0.71 247.27 0.29 0.23
Hex 2D 29 4A 27 2D 0 47 F7 1D 17
Octal 55 51 112 47 55 0 107 367 35 27
Binary 101101 101001 1001010 100111 101101 0 1000111 11110111 11101 10111

Color Harmonies of #2D294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D294A

Black with #2D294A

Text Example


Text Example

White with #2D294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,41,74); }

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

background-color css

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

 a { background-color: rgb(45,41,74); }

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

border-color css

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

 span { border-color: rgb(45,41,74); }

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