Html Css Color HEX #2F284F Paua

📋 copy color: '#2F284F'

red 47 ◦ green 40 ◦ blue 79

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

Shades of Paua #2F284F

Tints of Paua #2F284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.1%

 BLUE value IS 79 (31.25% from 255) = 47.59%

R = 28.31%
G = 24.1%
B = 47.59%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2F284F (or 0x2F284F) is known color: Paua. HEX triplet: 2F, 28 and 4F. RGB value is (47,40,79). Sum of RGB (Red+Green+Blue) = 47+40+79=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F284F is #D0D7B0. Grayscale: #2E2E2E. Windows color (decimal): -13686705 or 5187631. OLE color: 5187631.

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

Color convert

RGB 47 40 79 -
CMYK 0.41 0.49 0 0.69
HSL 250.77º 0.33% 0.23% -
HSV(B) 250.77º 0.49% 0.31% -
XYZ 3.34 2.69 7.74 -
YUV 46.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 47 40 79 0.41 0.49 0 0.69 250.77 0.33 0.23
Hex 2F 28 4F 29 31 0 45 FB 21 17
Octal 57 50 117 51 61 0 105 373 41 27
Binary 101111 101000 1001111 101001 110001 0 1000101 11111011 100001 10111

Color Harmonies of #2F284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F284F

Black with #2F284F

Text Example


Text Example

White with #2F284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,40,79); }

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

background-color css

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

 a { background-color: rgb(47,40,79); }

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

border-color css

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

 span { border-color: rgb(47,40,79); }

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