Html Css Color HEX #2F294C Paua

📋 copy color: '#2F294C'

red 47 ◦ green 41 ◦ blue 76

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

Shades of Paua #2F294C

Tints of Paua #2F294C

RGB

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

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

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

R = 28.66%
G = 25%
B = 46.34%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2F294C (or 0x2F294C) is known color: Paua. HEX triplet: 2F, 29 and 4C. RGB value is (47,41,76). Sum of RGB (Red+Green+Blue) = 47+41+76=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F294C is #D0D6B3. Grayscale: #2E2E2E. Windows color (decimal): -13686452 or 4991279. OLE color: 4991279.

HSL color Cylindrical-coordinate representation of color #2F294C: hue angle of 250.29º 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 #2F294C is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 41 76 -
CMYK 0.38 0.46 0 0.70
HSL 250.29º 0.3% 0.23% -
HSV(B) 250.29º 0.46% 0.3% -
XYZ 3.27 2.71 7.19 -
YUV 46.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 47 41 76 0.38 0.46 0 0.70 250.29 0.3 0.23
Hex 2F 29 4C 26 2E 0 46 FA 1E 17
Octal 57 51 114 46 56 0 106 372 36 27
Binary 101111 101001 1001100 100110 101110 0 1000110 11111010 11110 10111

Color Harmonies of #2F294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F294C

Black with #2F294C

Text Example


Text Example

White with #2F294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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