Html Css Color HEX #2D294D Paua

📋 copy color: '#2D294D'

red 45 ◦ green 41 ◦ blue 77

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

Shades of Paua #2D294D

Tints of Paua #2D294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 47.24%

R = 27.61%
G = 25.15%
B = 47.24%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2D294D (or 0x2D294D) is known color: Paua. HEX triplet: 2D, 29 and 4D. RGB value is (45,41,77). Sum of RGB (Red+Green+Blue) = 45+41+77=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D294D is #D2D6B2. Grayscale: #2E2E2E. Windows color (decimal): -13817523 or 5056813. OLE color: 5056813.

HSL color Cylindrical-coordinate representation of color #2D294D: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D294D is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 45 41 77 -
CMYK 0.42 0.47 0 0.70
HSL 246.67º 0.31% 0.23% -
HSV(B) 246.67º 0.47% 0.3% -
XYZ 3.21 2.68 7.37 -
YUV 46.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 45 41 77 0.42 0.47 0 0.70 246.67 0.31 0.23
Hex 2D 29 4D 2A 2F 0 46 F7 1F 17
Octal 55 51 115 52 57 0 106 367 37 27
Binary 101101 101001 1001101 101010 101111 0 1000110 11110111 11111 10111

Color Harmonies of #2D294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D294D

Black with #2D294D

Text Example


Text Example

White with #2D294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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