Html Css Color HEX #2D294C Paua

📋 copy color: '#2D294C'

red 45 ◦ green 41 ◦ blue 76

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

Shades of Paua #2D294C

Tints of Paua #2D294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.91%

R = 27.78%
G = 25.31%
B = 46.91%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2D294C (or 0x2D294C) is known color: Paua. HEX triplet: 2D, 29 and 4C. RGB value is (45,41,76). Sum of RGB (Red+Green+Blue) = 45+41+76=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D294C is #D2D6B3. Grayscale: #2E2E2E. Windows color (decimal): -13817524 or 4991277. OLE color: 4991277.

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

Color convert

RGB 45 41 76 -
CMYK 0.41 0.46 0 0.70
HSL 246.86º 0.3% 0.23% -
HSV(B) 246.86º 0.46% 0.3% -
XYZ 3.18 2.67 7.18 -
YUV 46.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 45 41 76 0.41 0.46 0 0.70 246.86 0.3 0.23
Hex 2D 29 4C 29 2E 0 46 F7 1E 17
Octal 55 51 114 51 56 0 106 367 36 27
Binary 101101 101001 1001100 101001 101110 0 1000110 11110111 11110 10111

Color Harmonies of #2D294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D294C

Black with #2D294C

Text Example


Text Example

White with #2D294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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