Html Css Color HEX #2F294A Paua

📋 copy color: '#2F294A'

red 47 ◦ green 41 ◦ blue 74

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

Shades of Paua #2F294A

Tints of Paua #2F294A

RGB

 RED value IS 47 (18.75% from 255) = 29.01%

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

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

R = 29.01%
G = 25.31%
B = 45.68%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2F294A (or 0x2F294A) is known color: Paua. HEX triplet: 2F, 29 and 4A. RGB value is (47,41,74). Sum of RGB (Red+Green+Blue) = 47+41+74=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F294A is #D0D6B5. Grayscale: #2E2E2E. Windows color (decimal): -13686454 or 4860207. OLE color: 4860207.

HSL color Cylindrical-coordinate representation of color #2F294A: hue angle of 250.91º 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 #2F294A is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 41 74 -
CMYK 0.36 0.45 0 0.71
HSL 250.91º 0.29% 0.23% -
HSV(B) 250.91º 0.45% 0.29% -
XYZ 3.2 2.68 6.83 -
YUV 46.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 47 41 74 0.36 0.45 0 0.71 250.91 0.29 0.23
Hex 2F 29 4A 24 2D 0 47 FB 1D 17
Octal 57 51 112 44 55 0 107 373 35 27
Binary 101111 101001 1001010 100100 101101 0 1000111 11111011 11101 10111

Color Harmonies of #2F294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F294A

Black with #2F294A

Text Example


Text Example

White with #2F294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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