Html Css Color HEX #2D294E Paua

📋 copy color: '#2D294E'

red 45 ◦ green 41 ◦ blue 78

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

Shades of Paua #2D294E

Tints of Paua #2D294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 47.56%

R = 27.44%
G = 25%
B = 47.56%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2D294E (or 0x2D294E) is known color: Paua. HEX triplet: 2D, 29 and 4E. RGB value is (45,41,78). Sum of RGB (Red+Green+Blue) = 45+41+78=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D294E is #D2D6B1. Grayscale: #2E2E2E. Windows color (decimal): -13817522 or 5122349. OLE color: 5122349.

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

Color convert

RGB 45 41 78 -
CMYK 0.42 0.47 0 0.69
HSL 246.49º 0.31% 0.23% -
HSV(B) 246.49º 0.47% 0.31% -
XYZ 3.25 2.69 7.56 -
YUV 46.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 45 41 78 0.42 0.47 0 0.69 246.49 0.31 0.23
Hex 2D 29 4E 2A 2F 0 45 F6 1F 17
Octal 55 51 116 52 57 0 105 366 37 27
Binary 101101 101001 1001110 101010 101111 0 1000101 11110110 11111 10111

Color Harmonies of #2D294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D294E

Black with #2D294E

Text Example


Text Example

White with #2D294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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